mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Job Detail Results panel tweaks after UX review
This commit is contained in:
@@ -549,7 +549,7 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding: 9.5px;
|
padding: 9.5px;
|
||||||
ont-family: Fixed, monospace;
|
font-family: Fixed, monospace;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,12 +26,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.JobDetail-expandArrow{
|
.JobDetail-expandArrow{
|
||||||
color: #848992;
|
color: #d7d7d7;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-left: 5px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobDetail-resultsDetails{
|
.JobDetail-resultsDetails{
|
||||||
@@ -41,7 +41,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.JobDetail-resultRow{
|
.JobDetail-resultRow{
|
||||||
flex: 1 0 auto;
|
|
||||||
width: 50%;
|
width: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@@ -50,7 +49,6 @@
|
|||||||
color: #848992;
|
color: #848992;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal!important;
|
font-weight: normal!important;
|
||||||
// width: 40%;
|
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
<div class="JobDetail-resultsContainer Panel">
|
<div class="JobDetail-resultsContainer Panel">
|
||||||
<div class="JobDetail-panelHeader">
|
<div class="JobDetail-panelHeader">
|
||||||
<a class="JobDetail-panelHeaderText" ng-show="lessStatus" href="" ng-click="toggleLessStatus()">
|
<a class="JobDetail-panelHeaderText" ng-show="lessStatus" href="" ng-click="toggleLessStatus()">
|
||||||
RESULTS<i class="JobDetail-expandArrow fa fa-angle-left"></i>
|
RESULTS<i class="JobDetail-expandArrow fa fa-caret-left"></i>
|
||||||
</a>
|
</a>
|
||||||
<a class="JobDetail-panelHeaderText" ng-show="!lessStatus" href="" ng-click="toggleLessStatus()">
|
<a class="JobDetail-panelHeaderText" ng-show="!lessStatus" href="" ng-click="toggleLessStatus()">
|
||||||
RESULTS<i class="JobDetail-expandArrow fa fa-angle-down"></i>
|
RESULTS<i class="JobDetail-expandArrow fa fa-caret-down"></i>
|
||||||
</a>
|
</a>
|
||||||
<button id="submit-action" class="List-actionButton JobDetail-launchButton" data-placement="top" mode="all" ng-click="relaunchJob()" aw-tool-tip="Start a job using this template" data-original-title="" title=""><i class="fa fa-rocket"></i> </button>
|
<button id="submit-action" class="List-actionButton JobDetail-launchButton" data-placement="top" mode="all" ng-click="relaunchJob()" aw-tool-tip="Start a job using this template" data-original-title="" title=""><i class="fa fa-rocket"></i> </button>
|
||||||
<button id="delete-action" class="List-actionButton List-actionButton--delete JobDetail-launchButton" data-placement="top" ng-click="deleteJobTemplate(job_template.id, job_template.name)" aw-tool-tip="Delete template" data-original-title="" title=""><i class="fa fa-trash-o"></i> </button>
|
<button id="delete-action" class="List-actionButton List-actionButton--delete JobDetail-launchButton" data-placement="top" ng-click="deleteJobTemplate(job_template.id, job_template.name)" aw-tool-tip="Delete template" data-original-title="" title=""><i class="fa fa-trash-o"></i> </button>
|
||||||
|
|||||||
Reference in New Issue
Block a user