mirror of https://github.com/rancher/ui.git
host detail
This commit is contained in:
parent
6c845e92b6
commit
a604ace8f5
|
|
@ -1,9 +1,8 @@
|
||||||
{{#if showGraphs}}
|
{{#if showGraphs}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="row-same-height row-full-height">
|
<div class="col span-6">
|
||||||
<div class="col span-6" style="margin-bottom: 20px;">
|
<div >
|
||||||
<div class="no-padding-margin">
|
<div>
|
||||||
<div style="padding: 20px;">
|
|
||||||
<label class="section text-muted">{{t 'infoMultiStats.cpuSection.labelText'}}</label>
|
<label class="section text-muted">{{t 'infoMultiStats.cpuSection.labelText'}}</label>
|
||||||
<div class="container-legend pull-right">
|
<div class="container-legend pull-right">
|
||||||
<span class="ml-20 legend-circle-system"></span> {{t 'infoMultiStats.cpuSection.system'}}
|
<span class="ml-20 legend-circle-system"></span> {{t 'infoMultiStats.cpuSection.system'}}
|
||||||
|
|
@ -22,8 +21,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="no-padding-margin" style="margin-top: 20px;">
|
<div class="no-padding-margin mt-20">
|
||||||
<div style="padding: 20px;">
|
<div>
|
||||||
<label class="section text-muted">{{t 'infoMultiStats.networkSection.labelText'}}</label>
|
<label class="section text-muted">{{t 'infoMultiStats.networkSection.labelText'}}</label>
|
||||||
<div class="container-legend pull-right">
|
<div class="container-legend pull-right">
|
||||||
<span class="ml-20 legend-circle-transmit"></span> {{t 'infoMultiStats.networkSection.transmit'}}
|
<span class="ml-20 legend-circle-transmit"></span> {{t 'infoMultiStats.networkSection.transmit'}}
|
||||||
|
|
@ -43,9 +42,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col span-6" style="margin-bottom: 20px;">
|
<div class="col span-6">
|
||||||
<div class="no-padding-margin">
|
<div>
|
||||||
<div style="padding: 20px;">
|
<div>
|
||||||
<label class="section text-muted">{{t 'infoMultiStats.memorySection.labelText'}}</label>
|
<label class="section text-muted">{{t 'infoMultiStats.memorySection.labelText'}}</label>
|
||||||
<div class="container-legend pull-right">
|
<div class="container-legend pull-right">
|
||||||
<span class="ml-20 legend-circle-used"></span> {{t 'infoMultiStats.memorySection.used'}}
|
<span class="ml-20 legend-circle-used"></span> {{t 'infoMultiStats.memorySection.used'}}
|
||||||
|
|
@ -63,8 +62,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="no-padding-margin" style="margin-top: 20px;">
|
<div class="no-padding-margin mt-20">
|
||||||
<div style="padding: 20px;">
|
<div>
|
||||||
<label class="section text-muted">{{t 'infoMultiStats.storageSection.labelText'}}</label>
|
<label class="section text-muted">{{t 'infoMultiStats.storageSection.labelText'}}</label>
|
||||||
<div class="container-legend pull-right">
|
<div class="container-legend pull-right">
|
||||||
<span class="ml-20 legend-circle-write"></span> {{t 'infoMultiStats.storageSection.write'}}
|
<span class="ml-20 legend-circle-write"></span> {{t 'infoMultiStats.storageSection.write'}}
|
||||||
|
|
@ -83,6 +82,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,11 @@
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<h1>
|
<h1>
|
||||||
{{t 'hostsPage.hostPage.header.title' name=host.displayName}}
|
{{t 'hostsPage.hostPage.header.title' name=host.displayName}}
|
||||||
|
</h1>
|
||||||
{{#ember-wormhole destinationElement=graphNode renderInPlace=(not graphExpand)}}
|
{{#ember-wormhole destinationElement=graphNode renderInPlace=(not graphExpand)}}
|
||||||
{{info-multi-stats model=host linkName="hostStats" single=true}}
|
{{info-multi-stats model=host linkName="hostStats" single=true}}
|
||||||
{{/ember-wormhole}}
|
{{/ember-wormhole}}
|
||||||
</h1>
|
|
||||||
{{action-menu model=host showPrimary=false showLabel=true size="md" classNames="ml-10 pull-right"}}
|
{{action-menu model=host showPrimary=false showLabel=true size="md" classNames="ml-10 pull-right"}}
|
||||||
{{header-state model=host classNames="pull-right"}}
|
{{header-state model=host classNames="pull-right"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue