-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* better workflow * small design changes * zip updated
- Loading branch information
1 parent
b7ecc15
commit 094bdce
Showing
4 changed files
with
77 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,61 +2,64 @@ | |
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Backup and Restore Apps</title> | ||
<meta name="author" content="[email protected]"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- <link rel="stylesheet" href="../../resources/autogenerated/qlikui.css"> --> | ||
<!-- <link rel="stylesheet" href="../../resources/assets/client/client.css" media="all"> --> | ||
<link rel="stylesheet" href="css/backup-and-restore.css"> | ||
<link rel="stylesheet" href="css/jquery.dataTables.min.css"> | ||
<script src="../../resources/assets/external/requirejs/require.js"></script> | ||
<link rel="shortcut icon" type="image/png" href="/favicon.png"/> | ||
<meta charset="utf-8"> | ||
<title>Backup and Restore Apps</title> | ||
<meta name="author" content="[email protected]"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link id="favicon" rel="shortcut icon" type="image/png" href="./images/preview.png" /> | ||
<!-- <link rel="stylesheet" href="../../resources/autogenerated/qlikui.css"> --> | ||
<!-- <link rel="stylesheet" href="../../resources/assets/client/client.css" media="all"> --> | ||
<link rel="stylesheet" href="css/backup-and-restore.css"> | ||
<link rel="stylesheet" href="css/jquery.dataTables.min.css"> | ||
<script src="../../resources/assets/external/requirejs/require.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class="main"> | ||
Qlik sense app | ||
<select id="docList"></select> | ||
<button id="open">Open</button>   | ||
<img id="loadingImg" src="images/loading.gif" style="width: 21px; height: 21px; vertical-align: middle; display: inline-block"> | ||
<span id="openDoc">No active document</span> | ||
</div> | ||
<div class="main"> | ||
Qlik sense app | ||
<select id="docList"></select> | ||
<button id="open">Open</button>   | ||
<img id="loadingImg" src="images/loading.gif" style="width: 21px; height: 21px; vertical-align: middle; display: inline-block"> | ||
<span id="openDoc">No active document</span> | ||
<span id="version" style="float: right; color: gainsboro"></span> | ||
</div> | ||
|
||
<div class="main" class="media"> | ||
Backup file: | ||
<input id="json" type="file"> | ||
<button id="go">Restore</button> | ||
<button id="serialize">Backup</button> | ||
</br> | ||
</br> | ||
<div id="prestatus"></div> | ||
</div> | ||
<div class="main" class="media"> | ||
Backup file: | ||
<input id="json" type="file"> | ||
<button id="go">Restore</button> | ||
<button id="serialize">Backup</button> | ||
</br> | ||
</br> | ||
<div id="prestatus"></div> | ||
</div> | ||
|
||
<div> | ||
<table id="resultTable" class="display compact"> | ||
<thead> | ||
<tr> | ||
<th>Object Type</th> | ||
<th>Object Name</th> | ||
<th>Object Id</th> | ||
<th>Operation</th> | ||
</tr> | ||
</thead> | ||
</table> | ||
<div> | ||
<table id="resultTable" class="display compact"> | ||
<thead> | ||
<tr> | ||
<th>Object Type</th> | ||
<th>Object Name</th> | ||
<th>Object Id</th> | ||
<th>Operation</th> | ||
</tr> | ||
</thead> | ||
</table> | ||
|
||
</div> | ||
</div> | ||
|
||
<div> | ||
<div class="main" id="status"></div> | ||
<div class="main" id="download"></div> | ||
<div id="dvTable"> </div> | ||
<div style="margin-top:10px; font-size: 11px"> | ||
<span> Thanks to <a href="https://twitter.com/mindspank">Alexander Karlsson</a> for <a href="https://github.com/mindspank/qsocks">qsocks</a> and <a href="https://github.com/mindspank/serializeapp">serializeapp</a> </span> | ||
</div> | ||
<div> | ||
<div class="main" id="status"></div> | ||
<div class="main" id="download"></div> | ||
<div id="dvTable"> </div> | ||
<div style="margin-top:10px; font-size: 11px"> | ||
<span>Follow the project at </span><a id="branchlink" href="#">Qlik Branch</a> | ||
<br> | ||
<span> Thanks to <a href="https://twitter.com/mindspank">Alexander Karlsson</a> for <a href="https://github.com/mindspank/qsocks">qsocks</a> and <a href="https://github.com/mindspank/serializeapp">serializeapp</a> </span> | ||
</div> | ||
</div> | ||
|
||
<script src="backup-and-restore.js"></script> | ||
<script src="backup-and-restore.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"type": "mashup", | ||
"name": "Backup and Restore", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Bachup and restore QS app", | ||
"preview": "images/preview.png", | ||
"homepage": "https://github.com/countnazgul/QS-backup-and-restore-app", | ||
"author": "[email protected]", | ||
"keywords": "qlik-sense, mashup", | ||
"license": "", | ||
"repository": "https://github.com/countnazgul/QS-backup-and-restore-app.git", | ||
"qlikbranch": "http://branch-test.qlik.com/#/project/56728f52d1e497241ae698c7", | ||
"dependencies": { | ||
"qlik-sense": ">=2.1.1" | ||
} | ||
|
Binary file not shown.