1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

add information to the smart inventory button could change based on org change

This commit is contained in:
John Mitchell 2018-07-19 14:21:46 -04:00
parent eb22e09e4d
commit 083d6599d1
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94

View File

@ -31,7 +31,7 @@ function InventoryHostsStrings (BaseString) {
ns.smartinventorybutton = { ns.smartinventorybutton = {
DISABLED_INSTRUCTIONS: "Please enter at least one search term to create a new Smart Inventory.", DISABLED_INSTRUCTIONS: "Please enter at least one search term to create a new Smart Inventory.",
ENABLED_INSTRUCTIONS: "Create a new Smart Inventory from search results." ENABLED_INSTRUCTIONS: "Create a new Smart Inventory from search results.<br /><br />Note: changing the organization of the smart inventory could change the hosts included in the smart inventory"
}; };
} }