mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
All tables (lists and related lists) hightight current row on hover. Hover over a row and the background turns white.
This commit is contained in:
@@ -709,7 +709,7 @@ angular.module('FormGenerator', ['GeneratorHelpers'])
|
||||
|
||||
// Start the list
|
||||
html += "<div class=\"list\">\n";
|
||||
html += "<table class=\"table table-condensed\">\n";
|
||||
html += "<table class=\"table table-condensed table-hover\">\n";
|
||||
html += "<thead>\n";
|
||||
html += "<tr>\n";
|
||||
html += "<th>#</th>\n";
|
||||
@@ -863,7 +863,7 @@ angular.module('FormGenerator', ['GeneratorHelpers'])
|
||||
|
||||
// Start the list
|
||||
html += "<div class=\"list\">\n";
|
||||
html += "<table class=\"table table-condensed\">\n";
|
||||
html += "<table class=\"table table-condensed table-hover\">\n";
|
||||
html += "<thead>\n";
|
||||
html += "<tr>\n";
|
||||
html += "<th>#</th>\n";
|
||||
|
||||
Reference in New Issue
Block a user