fix a stupid bug

This commit is contained in:
leon.li 2015-12-03 14:38:17 +08:00
parent f0597ba7c2
commit f73db13fe4

View file

@ -38,7 +38,6 @@
<td>{{location.pattern.trunc(70)}}</td>
<td>{{location.matchType}}</td>
<td><span ng-show="location.caseSensitive"></span><span ng-hide="location.caseSensitive"></span></td>
<td><span ng-show="location.https"></span><span ng-hide="location.https"></span></td>
<td ng-switch="location.httpsType">
<span ng-switch-when="1">HTTP,HTTPS</span>
<span ng-switch-when="2">强制HTTP</span>