mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Added tooltip to group schedule action button
This commit is contained in:
@@ -165,6 +165,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
|||||||
has_inventory_sources = params.has_inventory_sources,
|
has_inventory_sources = params.has_inventory_sources,
|
||||||
launch_class = '',
|
launch_class = '',
|
||||||
launch_tip = 'Start sync process',
|
launch_tip = 'Start sync process',
|
||||||
|
schedule_tip = 'Schedule future inventory syncs',
|
||||||
stat, stat_class, status_tip;
|
stat, stat_class, status_tip;
|
||||||
|
|
||||||
stat = status;
|
stat = status;
|
||||||
@@ -225,7 +226,8 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', listGenerator.name
|
|||||||
"tooltip": status_tip,
|
"tooltip": status_tip,
|
||||||
"status": stat,
|
"status": stat,
|
||||||
"launch_class": launch_class,
|
"launch_class": launch_class,
|
||||||
"launch_tip": launch_tip
|
"launch_tip": launch_tip,
|
||||||
|
"schedule_tip": schedule_tip
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,6 +151,7 @@
|
|||||||
{status_tooltip: group_status.tooltip},
|
{status_tooltip: group_status.tooltip},
|
||||||
{launch_tooltip: group_status.launch_tip},
|
{launch_tooltip: group_status.launch_tip},
|
||||||
{launch_class: group_status.launch_class},
|
{launch_class: group_status.launch_class},
|
||||||
|
{group_schedule_tooltip: group_status.schedule_tip},
|
||||||
{hosts_status_tip: hosts_status.tooltip},
|
{hosts_status_tip: hosts_status.tooltip},
|
||||||
{hosts_status_class: hosts_status.class},
|
{hosts_status_class: hosts_status.class},
|
||||||
{source: group.summary_fields.inventory_source ? group.summary_fields.inventory_source.source : null},
|
{source: group.summary_fields.inventory_source ? group.summary_fields.inventory_source.source : null},
|
||||||
|
|||||||
Reference in New Issue
Block a user