You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
change run button icon
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -298,9 +298,9 @@
|
||||
}
|
||||
},
|
||||
"localforage": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.6.0.tgz",
|
||||
"integrity": "sha1-iwBZvus4dcSBJChsp/2/I9UrjJc=",
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.7.2.tgz",
|
||||
"integrity": "sha1-+kRCYC+Abt0rympUq05lbwMfEhw=",
|
||||
"requires": {
|
||||
"lie": "3.1.1"
|
||||
}
|
||||
@@ -376,7 +376,7 @@
|
||||
"requires": {
|
||||
"async": "0.2.10",
|
||||
"binary-search-tree": "0.2.5",
|
||||
"localforage": "1.6.0",
|
||||
"localforage": "1.7.2",
|
||||
"mkdirp": "0.5.1",
|
||||
"underscore": "1.4.4"
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
<% if (crontab.logging && crontab.logging != "false") {%>
|
||||
<a class="btn btn-primary" data-toggle="tooltip" data-placement="left" title="See Log" href="<%= JSON.parse(routes).logger + '?id=' + crontab._id %>" target="_blank"><span class="glyphicon glyphicon-list-alt" aria-hidden="true"></span></a>
|
||||
<% } %>
|
||||
<a class="btn btn-info" onclick="runJob('<%= crontab._id %>')"><span class="glyphicon glyphicon-open" aria-hidden="true"></span> Run</a>
|
||||
<a class="btn btn-info" onclick="runJob('<%= crontab._id %>')"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> Run</a>
|
||||
<a class="btn btn-primary" onclick="editJob('<%= crontab._id %>')"><span class="glyphicon glyphicon-edit" aria-hidden="true"></span> Edit</a>
|
||||
<a class="btn btn-info" onclick="stopJob('<%= crontab._id %>')"><span class="glyphicon glyphicon-stop" aria-hidden="true"></span> Stop</a>
|
||||
<% } else { %>
|
||||
|
||||
Reference in New Issue
Block a user