1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Removed templates tab and added close button for OAuth settings

This commit is contained in:
eldadfux 2019-05-12 23:55:33 +03:00
parent 166d8abcb9
commit f883a53856

View file

@ -267,6 +267,8 @@ $providers = $this->getParam('providers', []);
<?php foreach ($providers as $provider => $data):?>
<li class="clear <?php echo (isset($data['enabled']) && !$data['enabled']) ? 'dev-feature' : ''; ?>">
<div data-ui-modal class="modal close" data-button-text="Settings" data-button-class="pull-end">
<button type="button" class="close pull-end" data-ui-modal-close=""><i class="icon-cancel"></i></button>
<h1><?php echo ucfirst($provider); ?> OAuth Settings</h1>
<form data-service="projects.updateOauth"
@ -322,8 +324,8 @@ $providers = $this->getParam('providers', []);
</ul>
</div>
</li>
<li data-state="/console/users/templates?project={{router.params.project}}">
<!-- <li data-state="/console/users/templates?project={{router.params.project}}">
<h2>Templates</h2>
</li>
</li>-->
</ul>
</div>