Disable notification of successful node update
This commit is contained in:
parent
140f11257a
commit
af80ade82b
|
@ -158,12 +158,7 @@ export function delEvent (to, func) {
|
||||||
|
|
||||||
export function sendnode(node, callback) {
|
export function sendnode(node, callback) {
|
||||||
sendjson({'subject':'node-system','body': node}, (msg) => {
|
sendjson({'subject':'node-system','body': node}, (msg) => {
|
||||||
if(msg.body){
|
if(!msg.body) {
|
||||||
notify.send({
|
|
||||||
'header': 'Speichern',
|
|
||||||
'type': 'success',
|
|
||||||
}, `Einstellungen für '${node.node_id}' gespeichert.`);
|
|
||||||
}else{
|
|
||||||
notify.send({
|
notify.send({
|
||||||
'header': 'Speichern',
|
'header': 'Speichern',
|
||||||
'type': 'error',
|
'type': 'error',
|
||||||
|
|
Loading…
Reference in New Issue