diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-03-05 00:35:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 00:35:56 +0100 |
commit | de97f5dd8e9dda4f86296cf829a82cd1d5f59467 (patch) | |
tree | 7e1a87b496f8b151e6c07b50301b5c1dedfb63db /devtools/client/storage/storage.xul | |
parent | b9b17570065273fe3e023a8c8633188379ad6603 (diff) | |
parent | d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d (diff) | |
download | UXP-de97f5dd8e9dda4f86296cf829a82cd1d5f59467.tar UXP-de97f5dd8e9dda4f86296cf829a82cd1d5f59467.tar.gz UXP-de97f5dd8e9dda4f86296cf829a82cd1d5f59467.tar.lz UXP-de97f5dd8e9dda4f86296cf829a82cd1d5f59467.tar.xz UXP-de97f5dd8e9dda4f86296cf829a82cd1d5f59467.zip |
Merge pull request #47 from janekptacijarabaci/devtools_storage_refresh_1
Added a button to refresh the Storage Inspector display
Diffstat (limited to 'devtools/client/storage/storage.xul')
-rw-r--r-- | devtools/client/storage/storage.xul | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/client/storage/storage.xul b/devtools/client/storage/storage.xul index a91900add..fa006ac7c 100644 --- a/devtools/client/storage/storage.xul +++ b/devtools/client/storage/storage.xul @@ -48,6 +48,8 @@ <hbox id="storage-toolbar" class="devtools-toolbar"> <button id="add-button" class="devtools-button add-button"></button> + <button id="refresh-button" + class="devtools-button refresh-button"></button> <spacer flex="1"/> <textbox id="storage-searchbox" class="devtools-filterinput" |