mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Link to new license page
This commit is contained in:
@@ -4,7 +4,6 @@ import icon from 'tower/shared/icon/main';
|
|||||||
export default
|
export default
|
||||||
angular.module('setupMenu',
|
angular.module('setupMenu',
|
||||||
[ 'AboutAnsibleHelpModal',
|
[ 'AboutAnsibleHelpModal',
|
||||||
'LicenseHelper',
|
|
||||||
'ConfigureTowerHelper',
|
'ConfigureTowerHelper',
|
||||||
'CreateCustomInventoryHelper',
|
'CreateCustomInventoryHelper',
|
||||||
icon.name
|
icon.name
|
||||||
|
|||||||
@@ -67,9 +67,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<button ng-click="showLicenseModal()" class="SetupItem SetupItem--button SetupItem--aside SetupItem--noIcon">
|
<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>
|
||||||
</button>
|
</a>
|
||||||
<button ng-click="showAboutModal()" class="SetupItem SetupItem--button SetupItem--aside SetupItem--noIcon">
|
<button ng-click="showAboutModal()" class="SetupItem SetupItem--button SetupItem--aside SetupItem--noIcon">
|
||||||
<h4 class="SetupItem-title SetupItem-title--aside">About Tower</h4>
|
<h4 class="SetupItem-title SetupItem-title--aside">About Tower</h4>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -2,19 +2,16 @@ export default
|
|||||||
[ '$scope',
|
[ '$scope',
|
||||||
'$rootScope',
|
'$rootScope',
|
||||||
'AboutAnsibleHelp',
|
'AboutAnsibleHelp',
|
||||||
'LicenseViewer',
|
|
||||||
'ConfigureTower',
|
'ConfigureTower',
|
||||||
'CreateCustomInventory',
|
'CreateCustomInventory',
|
||||||
function(
|
function(
|
||||||
$scope,
|
$scope,
|
||||||
$rootScope,
|
$rootScope,
|
||||||
showAboutModal,
|
showAboutModal,
|
||||||
licenseViewer,
|
|
||||||
configureTower,
|
configureTower,
|
||||||
showInventoryScriptsModal
|
showInventoryScriptsModal
|
||||||
) {
|
) {
|
||||||
$scope.showAboutModal = showAboutModal;
|
$scope.showAboutModal = showAboutModal;
|
||||||
$scope.showLicenseModal = licenseViewer.showViewer.bind(licenseViewer);
|
|
||||||
|
|
||||||
$scope.showManagementJobsModal =
|
$scope.showManagementJobsModal =
|
||||||
configureTower.bind(null,
|
configureTower.bind(null,
|
||||||
|
|||||||
Reference in New Issue
Block a user