This commit is contained in:
Clebert Suconic 2021-02-07 11:16:08 -05:00
commit 9e71256a5d
1 changed files with 8 additions and 8 deletions

View File

@ -29,29 +29,29 @@ var Artemis;
</h1> </h1>
<pf-topology items="$ctrl.data.items" relations="$ctrl.data.relations" kinds="$ctrl.kinds" icons="$ctrl.data.icons" nodes="$ctrl.nodes" item-selected="$ctrl.itemSelected(item)" search-text="searchText" show-labels="$ctrl.showLabels" tooltip-function="$ctrl.tooltip(node)"> <pf-topology items="$ctrl.data.items" relations="$ctrl.data.relations" kinds="$ctrl.kinds" icons="$ctrl.data.icons" nodes="$ctrl.nodes" item-selected="$ctrl.itemSelected(item)" search-text="searchText" show-labels="$ctrl.showLabels" tooltip-function="$ctrl.tooltip(node)">
<label>Show labels: <label style="margin-right: 1em">Show labels:
<input type="checkbox" ng-model="$ctrl.showLabels"> <input type="checkbox" ng-model="$ctrl.showLabels">
</label> </label>
<label>Show addresses: <label style="margin-right: 1em">Show addresses:
<input type="checkbox" ng-model="$ctrl.showAddresses"> <input type="checkbox" ng-model="$ctrl.showAddresses">
</label> </label>
<label>Show queues: <label style="margin-right: 1em">Show queues:
<input type="checkbox" ng-model="$ctrl.showQueues"> <input type="checkbox" ng-model="$ctrl.showQueues">
</label> </label>
<label>Show internal addresses: <label style="margin-right: 1em">Show internal addresses:
<input type="checkbox" ng-model="$ctrl.showInternalAddresses"> <input type="checkbox" ng-model="$ctrl.showInternalAddresses">
</label> </label>
<label>Show internal queues: <label style="margin-right: 1em">Show internal queues:
<input type="checkbox" ng-model="$ctrl.showInternalQueues"> <input type="checkbox" ng-model="$ctrl.showInternalQueues">
</label> </label>
<label>Show Live Brokers: <label style="margin-right: 1em">Show Live Brokers:
<input type="checkbox" ng-model="$ctrl.showLiveBrokers"> <input type="checkbox" ng-model="$ctrl.showLiveBrokers">
</label> </label>
<label>Show Backup Brokers: <label style="margin-right: 1em">Show Backup Brokers:
<input type="checkbox" ng-model="$ctrl.showBackupBrokers"> <input type="checkbox" ng-model="$ctrl.showBackupBrokers">
</label> </label>
<label>Show Connectors: <label style="margin-right: 1em">Show Connectors:
<input type="checkbox" ng-model="$ctrl.showConnectors"> <input type="checkbox" ng-model="$ctrl.showConnectors">
</label> </label>
<button type="submit" class="btn btn-primary" <button type="submit" class="btn btn-primary"