Skip to content

Commit

Permalink
Removed unstable logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed Dec 5, 2017
1 parent cf3bdca commit e7292c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/templates/agents-general.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class='uil-ring-css' ng-show="resultState === 'loading' && tabView === 'panels'"><div></div></div>

<div ng-show="resultState !== 'ready' && tabView === 'panels'">
<div ng-show="resultState === 'ready' && tabView === 'panels'">
<div layout="row" class="agents-overview-top-metric-row">
<md-card flex>
<md-card-content class="agents-overview-top-metric-item">
Expand All @@ -25,8 +25,8 @@
<div class="ng-binding">Version</div>
</md-card-content>
</md-card>
<md-card ng-if="agent.group" flex="12" class="cardHover">
<md-card-content class="agents-overview-top-metric-item" ng-click="goGroups(agent)">
<md-card ng-if="agent.group" flex="12">
<md-card-content class="agents-overview-top-metric-item" >
<div class="metric-value ng-binding agents-overview-size-14" >{{ agent.group }}</div>
<!--<md-tooltip md-direction="bottom">{{ agent.version }}</md-tooltip>-->
<div class="ng-binding">Group</div>
Expand Down

0 comments on commit e7292c7

Please sign in to comment.