You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/07/01 09:56:50 UTC

[GitHub] [incubator-shenyu-dashboard] dragon-zhang commented on a diff in pull request #213: feature: use path to search

dragon-zhang commented on code in PR #213:
URL: https://github.com/apache/incubator-shenyu-dashboard/pull/213#discussion_r911814405


##########
src/routes/System/Metadata/index.js:
##########
@@ -398,9 +399,9 @@ export default class Metadata extends Component {
       <div className="plug-content-wrap">
         <div style={{ display: "flex" }}>
           <Input
-            value={appName}
+            value={path}
             onChange={this.searchOnchange}
-            placeholder={getIntlContent("SHENYU.META.INPUTAPPNAME")}
+            placeholder={getIntlContent("SHENYU.META.PATH")}

Review Comment:
   add and replace to `placeholder={getIntlContent("SHENYU.META.INPUTPATH")}`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org