File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -666,11 +666,11 @@ export const Peers = () => {
666
666
< Col
667
667
xs = { 24 }
668
668
sm = { 24 }
669
- md = { 11 }
670
- lg = { 11 }
671
- xl = { 11 }
672
- xxl = { 11 }
673
- span = { 11 }
669
+ md = { 12 }
670
+ lg = { 12 }
671
+ xl = { 12 }
672
+ xxl = { 12 }
673
+ span = { 12 }
674
674
>
675
675
< Space size = "middle" style = { { marginRight : "15px" } } >
676
676
< Radio . Group
@@ -691,10 +691,10 @@ export const Peers = () => {
691
691
className = "select-rows-per-page-en"
692
692
/>
693
693
</ Space >
694
-
695
694
{ isAdmin && (
696
695
< Select
697
696
mode = "tags"
697
+ style = { { marginRight : "15px" } }
698
698
placeholder = "Filter by groups"
699
699
tagRender = { blueTagRender }
700
700
// dropdownRender={dropDownRender}
@@ -714,8 +714,17 @@ export const Peers = () => {
714
714
) ) }
715
715
</ Select >
716
716
) }
717
+
718
+ < Tooltip title = "Refersh" >
719
+ < Button
720
+ onClick = { refresh }
721
+ style = { { color : "#1890ff" } }
722
+ >
723
+ < ReloadOutlined />
724
+ </ Button >
725
+ </ Tooltip >
717
726
</ Col >
718
- < Col xs = { 24 } sm = { 24 } md = { 5 } lg = { 5 } xl = { 5 } xxl = { 5 } span = { 5 } >
727
+ < Col xs = { 24 } sm = { 24 } md = { 4 } lg = { 4 } xl = { 4 } xxl = { 4 } span = { 4 } >
719
728
< Row justify = "end" >
720
729
< Col >
721
730
{ ! showTutorial && (
You can’t perform that action at this time.
0 commit comments