mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
optimize top btn
This commit is contained in:
@@ -17,7 +17,7 @@ function init(React){
|
||||
return (
|
||||
React.createElement("div", {className: "mapWrapper"},
|
||||
React.createElement("h4", {className: "subTitle"}, "Current Config"),
|
||||
React.createElement(MapList, {ref: "list"}),
|
||||
React.createElement(MapList, {ref: "list", onChange: self.props.onChange}),
|
||||
|
||||
React.createElement("h4", {className: "subTitle"}, "Add Map Rule"),
|
||||
React.createElement(MapForm, {onSubmit: self.appendRecord})
|
||||
@@ -29,4 +29,5 @@ function init(React){
|
||||
return MapPanel;
|
||||
}
|
||||
|
||||
module.exports.init = init;
|
||||
module.exports.init = init;
|
||||
module.exports.fetchConfig = require("./mapList").fetchConfig;
|
||||
Reference in New Issue
Block a user