Skip to content

Commit

Permalink
webui: disable AiMesh Node support
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Jul 11, 2019
1 parent 4ed4f1c commit 43d4d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/www/state.js
Expand Up @@ -645,7 +645,7 @@ var port2_device = isSupport("port2_device");
var hdspindown_support = isSupport("hdspindown");
var amesh_support = uiSupport("amas");
var ameshRouter_support = uiSupport("amasRouter");
var ameshNode_support = uiSupport("amasNode");
var ameshNode_support = false;
var ifttt_support = isSupport("ifttt");
var alexa_support = isSupport("alexa");
var hnd_support = isSupport("hnd");
Expand Down

0 comments on commit 43d4d7a

Please sign in to comment.