mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-29 08:00:25 +08:00
记录和显示最近常用的集群
This commit is contained in:
7
web/views/@default/clusters/index.js
Normal file
7
web/views/@default/clusters/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Tea.context(function () {
|
||||
this.latestVisible = false
|
||||
|
||||
this.showLatest = function () {
|
||||
this.latestVisible = !this.latestVisible
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user