fix: display image menu
This commit is contained in:
@@ -329,8 +329,6 @@ const Clusters: React.FC = () => {
|
||||
<PageBox>
|
||||
<FilterBar
|
||||
showSelect={false}
|
||||
showPrimaryButton={true}
|
||||
showDeleteButton={true}
|
||||
marginBottom={22}
|
||||
marginTop={30}
|
||||
width={{ input: 300 }}
|
||||
|
||||
@@ -136,8 +136,6 @@ const WorkerPools = () => {
|
||||
</SubTitle>
|
||||
<FilterBar
|
||||
showSelect={false}
|
||||
showPrimaryButton={true}
|
||||
showDeleteButton={true}
|
||||
marginBottom={22}
|
||||
marginTop={22}
|
||||
width={{ input: 300 }}
|
||||
|
||||
@@ -183,7 +183,6 @@ const Credentials: React.FC = () => {
|
||||
actionItems={addActions}
|
||||
actionType="dropdown"
|
||||
showSelect={false}
|
||||
showPrimaryButton={true}
|
||||
marginBottom={22}
|
||||
marginTop={0}
|
||||
buttonText={intl.formatMessage({
|
||||
|
||||
Reference in New Issue
Block a user