comparison client/src/logs/logs.vue @ 853:fb39ec3b95a8

systemconfig WIP
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 28 Sep 2018 13:55:44 +0200
parents 157a3e42d4af
children aa2acb942e55
comparison
equal deleted inserted replaced
852:a3b2626cef49 853:fb39ec3b95a8
109 this.logs = response.data.content; 109 this.logs = response.data.content;
110 this.currentLog = type; 110 this.currentLog = type;
111 this.refreshed = new Date().toLocaleString(); 111 this.refreshed = new Date().toLocaleString();
112 this.currentFile = file; 112 this.currentFile = file;
113 }) 113 })
114 .catch(error => { 114 .catch();
115 console.log(error);
116 });
117 }, 115 },
118 disallow(e) { 116 disallow(e) {
119 e.target.blur(); 117 e.target.blur();
120 } 118 }
121 }, 119 },