parent
d6abf17b4d
commit
1ffee6484d
62 changed files with 129 additions and 129 deletions
|
@ -64,7 +64,7 @@
|
|||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li role="presentation" ng-repeat="service in debugServices"
|
||||
ng-class="debugService == service ? 'active' : ''">
|
||||
<a href="javascript:void(0)" ng-click="viewSystemLogs(service)">{{ service }}</a>
|
||||
<a ng-click="viewSystemLogs(service)">{{ service }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Reference in a new issue