mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 14:20:25 +08:00
实现基本的图表管理
This commit is contained in:
@@ -290,6 +290,11 @@ window.teaweb = {
|
||||
showConfirmButton: false
|
||||
});
|
||||
},
|
||||
successRefresh: function (message) {
|
||||
teaweb.success(message, function () {
|
||||
teaweb.reload()
|
||||
})
|
||||
},
|
||||
warn: function (message, callback) {
|
||||
var width = "20em";
|
||||
if (message.length > 30) {
|
||||
|
||||
Reference in New Issue
Block a user