Commit b46c5bb5 by Nepxion

增加图形化灰度发布功能

parent 8f5105b8
package com.nepxion.discovery.console.desktop.workspace.common; package com.nepxion.discovery.console.desktop.util;
/** /**
* <p>Title: Nepxion Thunder</p> * <p>Title: Nepxion Thunder</p>
......
...@@ -225,7 +225,7 @@ public class RouterTopology extends AbstractTopology { ...@@ -225,7 +225,7 @@ public class RouterTopology extends AbstractTopology {
return action; return action;
} }
private JSecurityAction createClearRouterAction() { private JSecurityAction createClearRouterAction() {
JSecurityAction action = new JSecurityAction(ConsoleLocale.getString("clear_router"), ConsoleIconFactory.getSwingIcon("paint.png"), ConsoleLocale.getString("clear_router")) { JSecurityAction action = new JSecurityAction(ConsoleLocale.getString("clear_router"), ConsoleIconFactory.getSwingIcon("paint.png"), ConsoleLocale.getString("clear_router")) {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment