mirror of
https://github.com/jumpserver/lina.git
synced 2025-11-26 17:43:35 +00:00
Compare commits
1 Commits
master
...
pr@dev@fea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11f99345f |
@@ -146,7 +146,7 @@ export default {
|
||||
})
|
||||
},
|
||||
showSecretDialog() {
|
||||
return this.$axios.get(this.url, { disableFlashErrorMsg: true }).then((res) => {
|
||||
return this.$axios.get(this.url).then((res) => {
|
||||
this.secretInfo = res
|
||||
this.sshKeyFingerprint = res?.spec_info?.ssh_key_fingerprint || '-'
|
||||
this.showSecret = true
|
||||
|
||||
@@ -243,12 +243,10 @@ export default {
|
||||
delete routeFilter.search
|
||||
}
|
||||
const asFilterTags = _.cloneDeep(this.filterTags)
|
||||
setTimeout(() => {
|
||||
this.filterTags = {
|
||||
...asFilterTags,
|
||||
...routeFilter
|
||||
}
|
||||
}, 100)
|
||||
},
|
||||
getValueLabel(key, value) {
|
||||
for (const field of this.options) {
|
||||
|
||||
Reference in New Issue
Block a user