Tarball the config and give it to the front end
Download file as blob to avoid binary string encoding
This commit is contained in:
parent
7619ab44e5
commit
aa93d698b2
8 changed files with 66 additions and 1677 deletions
|
@ -1630,9 +1630,9 @@
|
|||
</span>
|
||||
|
||||
<button class="btn btn-primary"
|
||||
ng-click="saveConfiguration()"
|
||||
ng-click="generateConfigTarball()"
|
||||
ng-disabled="savingConfiguration">
|
||||
<i class="fa fa-upload" style="margin-right: 10px;"></i>Save Configuration
|
||||
<i class="fa fa-upload" style="margin-right: 10px;"></i>Generate Configuration
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue