Files
EdgeAdmin/web/views/@default/clusters/grants/createPopup.js

6 lines
106 B
JavaScript
Raw Normal View History

2020-07-30 22:41:35 +08:00
Tea.context(function () {
this.method = "user";
2023-11-23 16:12:41 +08:00
this.username = "root"
2020-07-30 22:41:35 +08:00
this.success = NotifyPopup;
});