[ui] host name in validation results

This commit is contained in:
Kirill Ishanov 2013-10-22 07:48:59 -07:00
parent 0fbe8af7ee
commit 373e4c5c86
2 changed files with 9 additions and 7 deletions

View File

@ -30,7 +30,7 @@
<h2 class="ui header"> <h2 class="ui header">
<i class="circular emphasized bug icon"></i> <i class="circular emphasized bug icon"></i>
<div class="content"> <div class="content">
OpenStack Config Validator OpenStack Diagnostics
<div class="sub header"> <div class="sub header">
A real-time validator of consistency and correctness of A real-time validator of consistency and correctness of
OpenStack configuration files. OpenStack configuration files.

View File

@ -129,7 +129,7 @@
<div class="ui error message"> <div class="ui error message">
<div class="header">We noticed some issues</div> <div class="header">We noticed some issues</div>
</div> </div>
<div class="ui blue submit button">Test Connection</div> <!--<div class="ui blue submit button">Test Connection</div>-->
</div> </div>
</div> </div>
@ -196,16 +196,18 @@
</div> </div>
</div> </div>
<div class="ui feed segment" ng-show="diagnosticsFinished"> <h2>Diagnostics Results</h2>
<h2 class="ui header">
Diagnostics Results <div class="ui feed segment" ng-show="diagnosticsFinished" ng-repeat="host in results.hosts">
</h2> <h4 class="ui header">
{{host.name}}
</h4>
<div> <div>
<small>Show only components with issues:</small> <input type="checkbox" ng-model="componentFilter"> <small>Show only components with issues:</small> <input type="checkbox" ng-model="componentFilter">
</div> </div>
<div ng-repeat="host in results.hosts"> <div>
<div class="event" ng-repeat="component in host.components" ng-show="toggleEmptyComponents(component)"> <div class="event" ng-repeat="component in host.components" ng-show="toggleEmptyComponents(component)">
<div class="label"> <div class="label">