Commit e1a41fe5 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3157 Added some icons for argonaut

Showing with 10 additions and 0 deletions
+10 -0
view-refresh.png
\ No newline at end of file
html/themes/default/icons/16/actions/system-reinstall.png

885 Bytes

html/themes/default/icons/16/actions/system-shutdown.png

534 Bytes

html/themes/default/icons/16/actions/system-update.png

1.02 KB

......@@ -251,6 +251,15 @@ class IconTheme
'actions/snapshot' => array(
array('actions','document-save'),
),
'actions/system-reboot' => array(
array('actions','view-refresh'),
),
'actions/system-update' => array(
array('applications','system-software-update'),
),
'actions/system-reinstall' => array(
array('applications','system-installer'),
),
'actions/up' => array(
array('actions','go-up'),
array('actions','arrow-up'),
......
  • bmortier @bmortier

    mentioned in issue #1056

    By Côme Chilliet on 2017-09-02T15:10:42 (imported from GitLab)

    ·

    mentioned in issue #1056

    By Côme Chilliet on 2017-09-02T15:10:42 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment