Merge "Hide subcomponent in detail view if needed"

This commit is contained in:
Jenkins 2015-06-19 18:04:45 +00:00 committed by Gerrit Code Review
commit 98a40313b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div class="subcomponent__live subcomponent__small">
<div data-ng-show="host.cpuService" class="subcomponent__live subcomponent__small">
<h2>Cpu</h2>
<table class="data-table">
<tbody>

View File

@ -1,4 +1,4 @@
<div class="subcomponent__live subcomponent__small">
<div data-ng-show="host.loadService" class="subcomponent__live subcomponent__small">
<h2>Load</h2>
<iframe src="{{iframeUrl}}" width="450" height="200" frameborder="0"></iframe>
<table class="data-table">