mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 09:51:00 +00:00
[Update] Stash
This commit is contained in:
@@ -67,7 +67,7 @@ class TreeMixin:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def refresh_node_assets(cls, t=None):
|
def refresh_node_assets(cls, t=None):
|
||||||
logger.debug("Refresh node tree assets")
|
logger.debug("Refresh node assets")
|
||||||
key = cls.tree_assets_cache_key
|
key = cls.tree_assets_cache_key
|
||||||
ttl = cls.tree_cache_time
|
ttl = cls.tree_cache_time
|
||||||
if not t:
|
if not t:
|
||||||
|
@@ -428,11 +428,13 @@ $(document).ready(function(){
|
|||||||
requestApi({
|
requestApi({
|
||||||
url: url,
|
url: url,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
success:refreshPage,
|
success: function () {
|
||||||
flash_message:false,
|
|
||||||
});
|
|
||||||
var msg = "{% trans 'Asset Deleted.' %}";
|
var msg = "{% trans 'Asset Deleted.' %}";
|
||||||
swal("{% trans 'Asset Delete' %}", msg, "success");
|
swal("{% trans 'Asset Delete' %}", msg, "success");
|
||||||
|
refreshPage();
|
||||||
|
},
|
||||||
|
flash_message: false,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
function fail() {
|
function fail() {
|
||||||
var msg = "{% trans 'Asset Deleting failed.' %}";
|
var msg = "{% trans 'Asset Deleting failed.' %}";
|
||||||
@@ -443,7 +445,8 @@ $(document).ready(function(){
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
success: success,
|
success: success,
|
||||||
error:fail
|
error: fail,
|
||||||
|
flash_message: false
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user