Skip to content

Commit

Permalink
Merge "Closes-Bug:#1465290 In infra details page,when there is any al…
Browse files Browse the repository at this point in the history
…ert the severity indicator bubble seems clickable but actually it is not,removed the cursor style." into R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 15, 2015
2 parents 853e689 + 326407a commit 79ea5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions webroot/css/contrail.elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -4134,11 +4134,6 @@ td.td-actions a.td-action {
border:none;
}

/* Oveall node status */
#overallNodeStatus span, #overallNodeStatus span:hover {
cursor: pointer;
color: #3182bd;
}
/*style is to remove the hover colors of info boxes in dashboard
*/
.infobox-dynamic:hover {
Expand Down
4 changes: 2 additions & 2 deletions webroot/views/contrail-common.view
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
{{msg}}
</p>
{{/each}}
<span onclick="toggleOverallNodeStatus(['#allItems','#defaultItems']);"> hide</span>
<span class="hyperlink" onclick="toggleOverallNodeStatus(['#allItems','#defaultItems']);"> hide</span>
</div>
{{#IfCompare this.showMore true}}
<div id = "defaultItems">
Expand All @@ -527,7 +527,7 @@
</p>
{{/each}}
{{#IfCompare this.result.length this.defaultItems operator='>'}}
<span onclick="toggleOverallNodeStatus(['#allItems','#defaultItems']);"> {{#ArthematicOps this.result.length this.defaultItems operator='-'}}
<span class="hyperlink" onclick="toggleOverallNodeStatus(['#allItems','#defaultItems']);"> {{#ArthematicOps this.result.length this.defaultItems operator='-'}}
{{/ArthematicOps}} more</span>
{{/IfCompare}}
</div>
Expand Down

0 comments on commit 79ea5b4

Please sign in to comment.