hide Add network and Edit network config buttons

This commit is contained in:
Roman Volosovskyi 2017-10-12 16:52:16 +02:00
parent cf2be3b176
commit 57c80ea533
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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