mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-09 12:10:06 +01:00
1 line
627 B
HTML
1 line
627 B
HTML
<div class="text-center" ng-controller="rawEditorController"><h2>RawEditor</h2><p class="lead">The RawEditor is intended for importing, exporting your data and debugging.<br>Keep backups outside of this application if you rely on your data</p><textarea id="ta" class="form-control" ng-model="taData" rows="10"></textarea> <button class="btn btn-primary" ng-click="saveData(true)"><i class="fa fa-check"></i> Save</button> <button class="btn btn-info" ng-click="reloadData(true)"><i class="fa fa-refresh"></i> Reload</button> <button class="btn btn-warning" ng-click="reset(true)"><i class="fa fa-bomb"></i> Reset</button></div> |