li-keguo commented on code in PR #275:
URL: https://github.com/apache/shenyu-dashboard/pull/275#discussion_r1161117623


##########
src/routes/Plugin/Common/index.js:
##########
@@ -624,7 +691,27 @@ export default class Common extends Component {
     ];
 
     return (
-      <div className="plug-content-wrap">
+      <div className="plug-content-wrap"> 
+        <Row style={{ marginBottom: '5px', display: 'flex', justifyContent: 
'space-between', alignItems: 'center' }}>
+          <div style={{ display: 'flex',alignItems:'end',flex:1,margin:0 }}>
+            <Title level={2} style={{ textTransform: 'capitalize', margin: '0 
20px 0 0' }}>
+              {name}
+            </Title>
+            <Title level={3} type="secondary" style={{margin:0}}>{role}</Title>
+          </div>
+          <div style={{ display: 'flex',alignItems:'end',gap:10 }}> 
+            <Switch

Review Comment:
   <img width="1417" alt="image" 
src="https://user-images.githubusercontent.com/33576070/230725640-fa75eb84-5f79-4205-8d26-4963c08a4e99.png";>
   
   The switch button is used to quickly enable and disable plug-ins.
   You can do this using the editing interface.[plugin/update]



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to