mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
AC-531 the active tab was always clickable. Now it appears clickable.
This commit is contained in:
@@ -35,8 +35,6 @@ angular.module('CompletedJobsDefinition', [])
|
|||||||
icon: 'icon-job-{{ completed_job.status }}',
|
icon: 'icon-job-{{ completed_job.status }}',
|
||||||
iconOnly: true,
|
iconOnly: true,
|
||||||
ngClick:"viewJobLog(completed_job.id)",
|
ngClick:"viewJobLog(completed_job.id)",
|
||||||
/*awPopOver: "{{ completed_job.status_popover }}",
|
|
||||||
dataPlacement: 'right',*/
|
|
||||||
searchType: 'select',
|
searchType: 'select',
|
||||||
searchOptions: [
|
searchOptions: [
|
||||||
{ name: "Success", value: "successful" },
|
{ name: "Success", value: "successful" },
|
||||||
|
|||||||
@@ -413,6 +413,11 @@ dd {
|
|||||||
color: @blue;
|
color: @blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main_tabs.nav-tabs>li.active>a, #main_tabs.nav-tabs>li.active>a:hover, #main_tabs.nav-tabs>li.active>a:focus {
|
||||||
|
color: @blue;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.text-justify {
|
.text-justify {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user