Skip to content

Commit

Permalink
Minor reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjo Jiménez authored and havidarou committed Mar 6, 2018
1 parent 8a9aaf8 commit f30fe44
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions public/templates/manager/manager-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,32 +87,18 @@
</span>
<md-divider></md-divider>
<!-- Summary -->
<div layout="row" ng-if="managerConfiguration.rootcheck.scanall">
<p class="manager-status-subtitle">Scan all</p>
<p class="text-right color-grey">{{managerConfiguration.rootcheck.scanall}}</p>
</div>
<div layout="row" ng-if="managerConfiguration.rootcheck.frequency">
<p class="manager-status-subtitle">Frequency</p>
<p class="text-right color-grey">{{managerConfiguration.rootcheck.frequency}}</p>
</div>
<div layout="row" ng-if="managerConfiguration.rootcheck.skip_nfs">
<p class="manager-status-subtitle">Skip NFS</p>
<p class="text-right color-grey">{{managerConfiguration.rootcheck.skip_nfs}}</p>
</div>
</md-card-content>
</md-card>
<!-- END ROOTCHECK -->

<!-- RULESET -->
<md-card flex class="no-margin-left" ng-if="managerConfiguration.ruleset">
<md-card-content>
<!-- Section title -->
<span class="md-headline cursor-pointer" ng-click="switchItem('ruleset')">
Ruleset <i class="fa fa-eye"></i>
<md-tooltip md-direction="right">Click to see more details</md-tooltip>
</span>
<md-divider></md-divider>
<p class="manager-status-subtitle">Ruleset settings</p>
</md-card-content>
</md-card>
<!-- END RULESET -->

<!-- LOGCOLLECTOR -->
<md-card flex class="no-margin-left" ng-if="managerConfiguration.logcollector">
<md-card-content>
Expand Down Expand Up @@ -171,6 +157,20 @@
</md-card>
<!-- END AUTH -->

<!-- RULESET -->
<md-card flex class="no-margin-left" ng-if="managerConfiguration.ruleset">
<md-card-content>
<!-- Section title -->
<span class="md-headline cursor-pointer" ng-click="switchItem('ruleset')">
Ruleset <i class="fa fa-eye"></i>
<md-tooltip md-direction="right">Click to see more details</md-tooltip>
</span>
<md-divider></md-divider>
<p class="manager-status-subtitle">Ruleset settings</p>
</md-card-content>
</md-card>
<!-- END RULESET -->

<!-- COMMAND -->
<md-card flex class="no-margin-left" ng-if="managerConfiguration.command">
<md-card-content>
Expand Down

0 comments on commit f30fe44

Please sign in to comment.