Create download modal following setup completion
This commit is contained in:
parent
aa93d698b2
commit
2d0a599aab
12 changed files with 142 additions and 52 deletions
|
@ -1,7 +1,6 @@
|
|||
<div class="config-setup-tool-element">
|
||||
<div class="cor-loader" ng-if="!config"></div>
|
||||
<div ng-show="true">
|
||||
<!--<div ng-show="config && config['SUPER_USERS']">-->
|
||||
<form id="configform" name="configform">
|
||||
|
||||
<!-- Custom SSL certificates -->
|
||||
|
@ -1630,9 +1629,9 @@
|
|||
</span>
|
||||
|
||||
<button class="btn btn-primary"
|
||||
ng-click="generateConfigTarball()"
|
||||
ng-click="saveConfiguration()"
|
||||
ng-disabled="savingConfiguration">
|
||||
<i class="fa fa-upload" style="margin-right: 10px;"></i>Generate Configuration
|
||||
Next
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue