File tree 1 file changed +6
-5
lines changed
ui/src/components/namespace
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 104
104
title: this .$t (" blueprints.title" ),
105
105
props: {
106
106
blueprintBaseUri: ` ${ apiUrl (this .$store )} /blueprints/community` ,
107
+ tab: " community" ,
107
108
embed: this .embed ,
108
109
system: true
109
110
}
145
146
query: {
146
147
id: this .$route .query .id
147
148
}
148
- },
149
+ },
149
150
{
150
151
name: " executions" ,
151
152
component: Executions,
168
169
query: {
169
170
id: this .$route .query .id
170
171
}
171
- },
172
+ },
172
173
{
173
174
name: " kv" ,
174
175
component: NamespaceKV,
181
182
this .modalAddKvVisible = value
182
183
}
183
184
}
184
- },
185
+ },
185
186
{
186
187
name: " edit" ,
187
188
component: " " ,
218
219
},
219
220
disabled: true ,
220
221
locked: true
221
- },
222
+ },
222
223
{
223
224
name: " secrets" ,
224
225
component: " " ,
247
248
},
248
249
disabled: true ,
249
250
locked: true
250
- }
251
+ }
251
252
])
252
253
253
254
return tabs;
You can’t perform that action at this time.
0 commit comments