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">
Unable to connect to Command Metric Stream '{{streamUrl}}'.<br>
<b>Error:</b> {{ error }}
......@@ -11,4 +11,3 @@
<sba-hystrix-thread-pool event-source="hystrixStream"></sba-hystrix-thread-pool>
</sba-info-panel>
</div>
\ No newline at end of file
<div class="container">
<div class="container-fluid">
<div class="alert alert-error" ng-if="error">
Unable to connect to Command Metric Stream '{{streamUrl}}'.<br>
<b>Error:</b> {{ error }}
......
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