hide Add network and Edit network config buttons
This commit is contained in:
parent
cf2be3b176
commit
57c80ea533
|
@ -40,7 +40,7 @@
|
|||
[react/view st/network-config-container
|
||||
[react/text {:style st/network-config-text}
|
||||
config]]
|
||||
[react/view {:opacity 0.4}
|
||||
#_[react/view {:opacity 0.4}
|
||||
[react/view st/edit-button-container
|
||||
[react/view st/edit-button
|
||||
[react/text {:style st/edit-button-label
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
(defn actions-view []
|
||||
[react/view action-button-styles/actions-list
|
||||
[react/view {:opacity 0.4}
|
||||
#_[react/view {:opacity 0.4}
|
||||
[action-button/action-button
|
||||
{:label (i18n/label :t/add-new-network)
|
||||
:icon :icons/add
|
||||
|
|
Loading…
Reference in New Issue