Commit 0322f025 by Johannes Edmeier

Use full width for hystrix dashboard

closes #348
parent a0cc96c7
<div class="container"> <div class="container-fluid">
<div class="alert alert-error" ng-if="error"> <div class="alert alert-error" ng-if="error">
Unable to connect to Command Metric Stream '{{streamUrl}}'.<br> Unable to connect to Command Metric Stream '{{streamUrl}}'.<br>
<b>Error:</b> {{ error }} <b>Error:</b> {{ error }}
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
<sba-info-panel panel-title="Thread Pools"> <sba-info-panel panel-title="Thread Pools">
<sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool> <sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool>
</sba-info-panel> </sba-info-panel>
</div> </div>
\ No newline at end of file
<div class="container"> <div class="container-fluid">
<div class="alert alert-error" ng-if="error"> <div class="alert alert-error" ng-if="error">
Unable to connect to Command Metric Stream '{{streamUrl}}'.<br> Unable to connect to Command Metric Stream '{{streamUrl}}'.<br>
<b>Error:</b> {{ error }} <b>Error:</b> {{ error }}
</div> </div>
<form class="form-inline"> <form class="form-inline">
<select ng-model="selectedCluster" ng-options="cluster as cluster for cluster in clusters" ng-disabled="clusters.length <= 1" <select ng-model="selectedCluster" ng-options="cluster as cluster for cluster in clusters" ng-disabled="clusters.length <= 1"
ng-change="startStream()"></select> ng-change="startStream()"></select>
</form> </form>
<sba-info-panel panel-title="Cuircuit Breakers"> <sba-info-panel panel-title="Cuircuit Breakers">
<sba-hystrix-command event-source="hystrixStream"></sba-hystrix-command> <sba-hystrix-command event-source="hystrixStream"></sba-hystrix-command>
</sba-info-panel> </sba-info-panel>
<sba-info-panel panel-title="Thread Pools"> <sba-info-panel panel-title="Thread Pools">
<sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool> <sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool>
</sba-info-panel> </sba-info-panel>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment