mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Dashboard updates
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1891,6 +1891,7 @@ tr td button i {
|
|||||||
|
|
||||||
.nvtooltip {
|
.nvtooltip {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nvtooltip td.value {
|
.nvtooltip td.value {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "awx/ui/client/src/shared/branding/colors.default.less";
|
||||||
|
|
||||||
table.ui-datepicker-calendar {
|
table.ui-datepicker-calendar {
|
||||||
background-color: @well;
|
background-color: @well;
|
||||||
@@ -174,6 +175,7 @@ table.ui-datepicker-calendar {
|
|||||||
|
|
||||||
.dropdown-menu>li>a {
|
.dropdown-menu>li>a {
|
||||||
color: @black;
|
color: @black;
|
||||||
|
color: @default-interface-txt
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination .active {
|
.pagination .active {
|
||||||
|
|||||||
@@ -42,6 +42,52 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 360px) {
|
||||||
|
.DashboardCounts-label {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardList-headerText {
|
||||||
|
white-space: normal;
|
||||||
|
line-height: 22px;
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardList-timeCell {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardGraphs-filteringDropdowns {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 540px) {
|
||||||
|
.DashboardGraphs-filteringDropdowns {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardGraphs-filterLabel {
|
||||||
|
width: 50%;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardGraphs-periodDropdown {
|
||||||
|
width: 50%;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.DashboardList-container {
|
||||||
|
th {
|
||||||
|
width: 25%;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.DashboardCounts-buttonStyle:hover {
|
.DashboardCounts-buttonStyle:hover {
|
||||||
background-color: @db-count-succ;
|
background-color: @db-count-succ;
|
||||||
border-color: @db-count-succ;
|
border-color: @db-count-succ;
|
||||||
|
|||||||
@@ -18,6 +18,24 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DashboardGraphs-filterDropdownItems {
|
||||||
|
li > a {
|
||||||
|
color: @default-interface-txt;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#status-dropdown + ul.dropdown-menu {
|
||||||
|
margin-left: -96px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#type-dropdown + ul.dropdown-menu {
|
||||||
|
margin-left: -95px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#period-dropdown + ul.dropdown-menu {
|
||||||
|
margin-left: -40px;
|
||||||
|
}
|
||||||
|
|
||||||
.Dashboard-list {
|
.Dashboard-list {
|
||||||
border: 1px solid @default-border;
|
border: 1px solid @default-border;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
JOB STATUS
|
JOB STATUS
|
||||||
</h3>
|
</h3>
|
||||||
<div class="DashboardGraphs-graphToolbar" ng-show="!hostStatusSelected">
|
<div class="DashboardGraphs-graphToolbar" ng-show="!hostStatusSelected">
|
||||||
|
<div class="DashboardGraphs-filteringDropdowns">
|
||||||
<div class="DashboardGraphs-filterLabel">Period</div>
|
<div class="DashboardGraphs-filterLabel">Period</div>
|
||||||
<div class="DashboardGraphs-periodDropdown">
|
<div class="DashboardGraphs-periodDropdown">
|
||||||
<a id="period-dropdown" role="button"
|
<a id="period-dropdown" role="button"
|
||||||
@@ -26,6 +27,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="DashboardGraphs-filteringDropdowns">
|
||||||
<div class="DashboardGraphs-filterLabel">Job Type</div>
|
<div class="DashboardGraphs-filterLabel">Job Type</div>
|
||||||
<div class="DashboardGraphs-jobTypeDropdown">
|
<div class="DashboardGraphs-jobTypeDropdown">
|
||||||
|
|
||||||
@@ -50,6 +53,8 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="DashboardGraphs-filteringDropdowns">
|
||||||
<div class="DashboardGraphs-filterLabel">View</div>
|
<div class="DashboardGraphs-filterLabel">View</div>
|
||||||
<div class="DashboardGraphs-periodDropdown">
|
<div class="DashboardGraphs-periodDropdown">
|
||||||
<a id="status-dropdown" role="button"
|
<a id="status-dropdown" role="button"
|
||||||
@@ -75,6 +80,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="DashboardGraphs-graphSection">
|
<div class="DashboardGraphs-graphSection">
|
||||||
<div class="DashboardGraphs-graphContainer" auto-size-module
|
<div class="DashboardGraphs-graphContainer" auto-size-module
|
||||||
graph-type="jobsStatus"
|
graph-type="jobsStatus"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
color: @btn-txt;
|
color: @btn-txt;
|
||||||
background-color: @btn-bg;
|
background-color: @btn-bg;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border: 1px solid @btn-bord;
|
border: 1px solid @default-icon-hov;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|||||||
@@ -10,10 +10,8 @@
|
|||||||
<div class="DashboardList-container">
|
<div class="DashboardList-container">
|
||||||
<table class="List-table">
|
<table class="List-table">
|
||||||
<tr class="List-tableHeaderRow">
|
<tr class="List-tableHeaderRow">
|
||||||
<th class="List-tableHeader DashboardList-tableHeader--name"
|
<th class="List-tableHeader DashboardList-tableHeader--name">
|
||||||
ng-click="sort('job_templates','name')">
|
|
||||||
Title
|
Title
|
||||||
<i class="DashboardList-tableHeaderIcon fa fa-sort-up"></i>
|
|
||||||
</th>
|
</th>
|
||||||
<th class="List-tableHeader DashboardList-tableHeader--activity">
|
<th class="List-tableHeader DashboardList-tableHeader--activity">
|
||||||
Activity
|
Activity
|
||||||
@@ -53,7 +51,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="DashboardList-container">
|
<div class="DashboardList-container">
|
||||||
<p class="DashboardList-noJobs">It doesn't seem like you have used any currently available job templates.<br />
|
<p class="DashboardList-noJobs">No job templates were recently used.<br />
|
||||||
You can create a job template <a href="#/job_templates/add">here</a>.</p>
|
You can create a job template <a href="#/job_templates/add">here</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="DashboardList-container">
|
<div class="DashboardList-container">
|
||||||
<table class="List-table">
|
<table class="List-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="List-tableHeader DashboardList-tableHeader--name" ng-click="sort('job_templates','name')">Title <i class="DashboardList-tableHeaderIcon fa fa-sort-up"></i></th>
|
<th class="List-tableHeader DashboardList-tableHeader--name">Title</th>
|
||||||
<th class="List-tableHeader DashboardList-tableHeader--time">Time</th>
|
<th class="List-tableHeader DashboardList-tableHeader--time">Time</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="List-tableRow"
|
<tr class="List-tableRow"
|
||||||
@@ -38,10 +38,10 @@
|
|||||||
<div class="DashboardList" ng-show="noJobs">
|
<div class="DashboardList" ng-show="noJobs">
|
||||||
<div class="DashboardList-header">
|
<div class="DashboardList-header">
|
||||||
<h3 class="DashboardList-headerText">
|
<h3 class="DashboardList-headerText">
|
||||||
RECENT JOB RUNS
|
RECENTLY RUN JOBS
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="DashboardList-container">
|
<div class="DashboardList-container">
|
||||||
<p class="DashboardList-noJobs">It doesn't seem like you have any recent job runs.</p>
|
<p class="DashboardList-noJobs">No jobs were recently run.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SmartStatus-tooltip--success{
|
.SmartStatus-tooltip--success{
|
||||||
|
|||||||
Reference in New Issue
Block a user