mirror of https://github.com/rancher/dashboard.git
Remove unused addHost() method from Certificate.vue
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
parent
e3ec375d15
commit
f8e4015393
|
|
@ -59,11 +59,6 @@ export default {
|
|||
},
|
||||
},
|
||||
methods: {
|
||||
addHost(ev) {
|
||||
ev.preventDefault();
|
||||
this.hosts.push('');
|
||||
this.update();
|
||||
},
|
||||
update() {
|
||||
const out = { hosts: this.hosts };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue