mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Massage wording on setup menu
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
</i>
|
||||
<div class="Media-body">
|
||||
<h4 class="SetupItem-title">Credentials</h4>
|
||||
<p class="SetupItem-description">Add passwords, SSH keys, etc. for Tower to use when launching jobs against machines, or syncing inventories or projects.</p>
|
||||
<p class="SetupItem-description">
|
||||
Add passwords, SSH keys, etc. for Tower to use when launching jobs against machines, or when syncing inventories or projects.
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
<a link-to="users" class="SetupItem HoverIcon Media">
|
||||
@@ -16,7 +18,7 @@
|
||||
<div class="Media-body">
|
||||
<h4 class="SetupItem-title">Users</h4>
|
||||
<p class="SetupItem-description">
|
||||
Allow others to sign into Tower and own content they create.
|
||||
Allow others to sign into Tower and own the content they create.
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
@@ -27,7 +29,7 @@
|
||||
<div class="Media-block">
|
||||
<h4 class="SetupItem-title">Teams</h4>
|
||||
<p class="SetupItem-description">
|
||||
Divide up your organization to associate content and control permissions for groups.
|
||||
Split up your organization to associate content and control permissions for groups.
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
@@ -41,7 +43,7 @@
|
||||
<div class="Media-block">
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">Organizations</h4>
|
||||
<p class="SetupItem-description SetupItem-description--aside">
|
||||
Group all of your content to manage permissions across departments in your company
|
||||
Group all of your content to manage permissions across departments in your company.
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
@@ -52,7 +54,7 @@
|
||||
<div class="Media-block">
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">Management Jobs</h4>
|
||||
<p class="SetupItem-description SetupItem-description--aside">
|
||||
Schedule jobs to periodically cleanup job history
|
||||
Schedule jobs to periodically cleanup job history.
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
@@ -63,12 +65,12 @@
|
||||
<div class="Media-block">
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">Inventory Scripts</h4>
|
||||
<p class="SetupItem-description SetupItem-description--aside">
|
||||
Create and edit scripts to dynamically load hosts from any sources
|
||||
Create and edit scripts to dynamically load hosts from any source.
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
<a link-to="license" class="SetupItem SetupItem--button SetupItem--aside SetupItem--noIcon">
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">View your License</h4>
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">View Your License</h4>
|
||||
</a>
|
||||
<button ng-click="showAboutModal()" class="SetupItem SetupItem--button SetupItem--aside SetupItem--noIcon">
|
||||
<h4 class="SetupItem-title SetupItem-title--aside">About Tower</h4>
|
||||
|
||||
Reference in New Issue
Block a user