mirror of https://github.com/rancher/dashboard.git
Lint
This commit is contained in:
parent
1fbe9df5de
commit
f726aaf638
|
|
@ -116,7 +116,6 @@ export default {
|
|||
|
||||
watch: {
|
||||
credentialId(val) {
|
||||
console.log('here');
|
||||
if ( val ) {
|
||||
this.credential = this.$store.getters['management/byId'](SECRET, this.credentialId);
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ export function parse(labelSelector) {
|
|||
out.push({
|
||||
key: match[1].trim(),
|
||||
operator: match[2].toLowerCase().replace(/\s/g, '') === 'notin' ? 'NotIn' : 'In',
|
||||
values: [parens[match[4].trim()]],
|
||||
values: parens[match[4].trim()],
|
||||
});
|
||||
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue