mirror of
https://github.com/louislam/dockge.git
synced 2024-11-25 01:33:32 +01:00
Fix lint issues
This commit is contained in:
parent
cacee2221e
commit
789a034fa3
@ -34,7 +34,7 @@ export default defineComponent({
|
|||||||
stackList: {},
|
stackList: {},
|
||||||
|
|
||||||
// All stack list from all agents
|
// All stack list from all agents
|
||||||
allAgentStackList: {} as Record<string, any>,
|
allAgentStackList: {} as Record<string, object>,
|
||||||
|
|
||||||
// online / offline / connecting
|
// online / offline / connecting
|
||||||
agentStatusList: {
|
agentStatusList: {
|
||||||
@ -54,7 +54,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
completeStackList() {
|
completeStackList() {
|
||||||
let list : Record<string, any> = {};
|
let list : Record<string, object> = {};
|
||||||
|
|
||||||
for (let stackName in this.stackList) {
|
for (let stackName in this.stackList) {
|
||||||
list[stackName + "_"] = this.stackList[stackName];
|
list[stackName + "_"] = this.stackList[stackName];
|
||||||
|
Loading…
Reference in New Issue
Block a user