
remove node modules make new data file for web ui initial commit of dashboard switch back to non SSL request move port splitting to common place; add to node resource location Signed-off-by: Patrick Reilly <patrick@kismatic.io> various path fixes make svg path relative work around missing mime type Signed-off-by: Patrick Reilly <patrick@kismatic.io> fix paths fix karma path remove bad protractor test
10 lines
443 B
HTML
10 lines
443 B
HTML
<div class="dashboard" ng-controller="cAdvisorController">
|
|
<div class="server-overview">
|
|
<md-content layout="row" layout-wrap>
|
|
<div flex-sm="100" flex-md="50" flex-lg="33" flex-gt-lg="25" class="chart_area" ng-repeat="minion in minions.items">
|
|
<d3-minion-bar-gauge data="activeMinionDataById[minion.id]" class="concentric" graph-width="325" graph-height="325" thickness=18 />
|
|
</div>
|
|
</md-content>
|
|
</div>
|
|
</div>
|