diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-04 23:39:03 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-04 23:39:03 +0100 |
commit | d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d (patch) | |
tree | 245c6347b77bbac97b151fa6f09436277a28f1e8 /devtools/client/storage/storage.xul | |
parent | f6e7a511bc39106c1bb0f9461d1eb23564c10c8b (diff) | |
download | UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.gz UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.lz UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.xz UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.zip |
Added a button to refresh the Storage Inspector display
Issue #45
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" |