Tarball the config and give it to the front end

Download file as blob to avoid binary string encoding
This commit is contained in:
Sam Chow 2018-06-25 17:40:59 -04:00
parent 7619ab44e5
commit aa93d698b2
8 changed files with 66 additions and 1677 deletions

View file

@ -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>