forked from arnoudkooi/SN-Utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptsync.html
More file actions
63 lines (57 loc) · 2.84 KB
/
scriptsync.html
File metadata and controls
63 lines (57 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<title>ScriptSync SN Utils for ServiceNow by arnoudkooi.com</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/datatables.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/scriptsync.css">
<script src="js/purify.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/moment.js"></script>
<script src="js/datatables.min.js"></script>
<script src="js/datatables-datetime.js"></script>
<script src="scriptsync.js"></script>
<!-- only uncomment for safari build
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'self' 'unsafe-inline'; img-src https://*.service-now.com https://*.servicenowservices.com 'self' data:; child-src 'none'; object-src 'none'; connect-src https://*.service-now.com https://*.servicenowservices.com ws://127.0.0.1:1978/" />
-->
<base href="/#">
</head>
<body>
<h5><img class="wdth40" src="/images/icon128.png" alt="SN Utils logo" /> SN ScriptSync Helper Tab</h5>
<div class="form-check" title="Reload active tab on save, to see result of the update">
<input class="form-check-input snu-setting" type="checkbox" id="reloadactivetab"
name="reloadactivetab">
<label class="form-check-label" for="reloadactivetab">
Reload active tab on save from VS Code.
</label>
</div>
<table id="synclog" class="display table-condensed tbl" >
<thead>
<tr>
<th>Time</th>
<th>Origin</th>
<th>Message</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<!-- <div class="msg">
🌟 If you ❤️ sn-scriptsync,
<a href='#' target='_blank'>please consider a review!</a> in the
<a href='#' target='_blank'>VS Code Marketlace</a>
or <a href='#' target="_blank">VSX Registry</a>. 🌟
</div> -->
<span class="ft7">
By <a href="https://www.arnoudkooi.com" target="arnoudkooi">arnoudkooi.com</a> |
<a href="https://www.youtube.com/playlist?list=PLTyELlWS-zjT1GaLaJnWTKnHOMyEWA8Xe" target="arnoudkooi">YouTube Playlist </a> |
<a href="https://marketplace.visualstudio.com/items?itemName=arnoudkooicom.sn-scriptsync" target="arnoudkooi">SN ScriptSync - VS Code Marketplace </a> |
<a href="https://chrome.google.com/webstore/detail/servicenow-utils/jgaodbdddndbaijmcljdbglhpdhnjobg" target="arnoudkooi">SN Utils - Chrome Webstore </a> |
<a href="https://addons.mozilla.org/nl/firefox/addon/servicenow-utils2" target="arnoudkooi">SN Utils - FireFox Addons </a>
</span>
</body>
</html>