mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Changing order of Setup cards
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<section id="htmlTemplate" class="Container">
|
<section id="htmlTemplate" class="Container">
|
||||||
<div class="SetupMenu">
|
<div class="SetupMenu">
|
||||||
<a ui-sref="credentials" class="SetupItem">
|
<a ui-sref="organizations" class="SetupItem">
|
||||||
<h4 class="SetupItem-title">Credentials</h4>
|
<h4 class="SetupItem-title ">Organizations</h4>
|
||||||
<p class="SetupItem-description">
|
<p class="SetupItem-description">
|
||||||
Add passwords, SSH keys, etc. for Tower to use when launching jobs against machines, or when syncing inventories or projects.
|
Group all of your content to manage permissions across departments in your company.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a ui-sref="users" class="SetupItem">
|
<a ui-sref="users" class="SetupItem">
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
Split up your organization to associate content and control permissions for groups.
|
Split up your organization to associate content and control permissions for groups.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a ui-sref="organizations" class="SetupItem">
|
<a ui-sref="credentials" class="SetupItem">
|
||||||
<h4 class="SetupItem-title ">Organizations</h4>
|
<h4 class="SetupItem-title">Credentials</h4>
|
||||||
<p class="SetupItem-description">
|
<p class="SetupItem-description">
|
||||||
Group all of your content to manage permissions across departments in your company.
|
Add passwords, SSH keys, etc. for Tower to use when launching jobs against machines, or when syncing inventories or projects.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
<a ui-sref="managementJobsList" class="SetupItem" ng-if="user_is_superuser">
|
<a ui-sref="managementJobsList" class="SetupItem" ng-if="user_is_superuser">
|
||||||
|
|||||||
Reference in New Issue
Block a user