mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
ensure space after search terms
This commit is contained in:
parent
135427dcc8
commit
97b7b7b968
@ -361,7 +361,7 @@ var RED = (function() {
|
|||||||
text: RED._("notification.label.unknownNodesButton"),
|
text: RED._("notification.label.unknownNodesButton"),
|
||||||
class: "pull-left",
|
class: "pull-left",
|
||||||
click: function() {
|
click: function() {
|
||||||
RED.actions.invoke("core:search", "type:unknown");
|
RED.actions.invoke("core:search", "type:unknown ");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -387,7 +387,7 @@ RED.deploy = (function() {
|
|||||||
text: RED._("deploy.unknownNodesButton"),
|
text: RED._("deploy.unknownNodesButton"),
|
||||||
class: "pull-left",
|
class: "pull-left",
|
||||||
click: function() {
|
click: function() {
|
||||||
RED.actions.invoke("core:search","type:unknown");
|
RED.actions.invoke("core:search","type:unknown ");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -414,7 +414,7 @@ RED.deploy = (function() {
|
|||||||
class: "pull-left",
|
class: "pull-left",
|
||||||
click: function() {
|
click: function() {
|
||||||
notification.close();
|
notification.close();
|
||||||
RED.actions.invoke("core:search","is:invalid");
|
RED.actions.invoke("core:search","is:invalid ");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -486,7 +486,7 @@ RED.deploy = (function() {
|
|||||||
text: RED._("deploy.unusedConfigNodesButton"),
|
text: RED._("deploy.unusedConfigNodesButton"),
|
||||||
class: "pull-left",
|
class: "pull-left",
|
||||||
click: function() {
|
click: function() {
|
||||||
RED.actions.invoke("core:search","is:config is:unused");
|
RED.actions.invoke("core:search","is:config is:unused ");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user