|
@ -29,9 +29,9 @@ |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<table class="table table-bordered text-middle"> |
|
|
<table class="table table-bordered text-middle"> |
|
|
<tr> |
|
|
<tr> |
|
|
<th class="text-center">{{'TOPIC' | translate}}</th> |
|
|
<th class="text-center" style="width:33%">{{'TOPIC' | translate}}</th> |
|
|
<th class="text-center">{{ 'PROJECT' | translate}}</th> |
|
|
<th class="text-center" style="width:33%">{{ 'PROJECT' | translate}}</th> |
|
|
<th class="text-center">{{ 'OPERATION' | translate}}</th> |
|
|
<th class="text-center" style="width:33%">{{ 'OPERATION' | translate}}</th> |
|
|
</tr> |
|
|
</tr> |
|
|
<tr ng-repeat="fTopic in configShowList" |
|
|
<tr ng-repeat="fTopic in configShowList" |
|
|
ng-init="sysFlag = fTopic.startsWith('%SYS%'); topic = sysFlag?fTopic.substring(5):fTopic"> |
|
|
ng-init="sysFlag = fTopic.startsWith('%SYS%'); topic = sysFlag?fTopic.substring(5):fTopic"> |
|
|