diff --git a/browser/app/js/browser/BrowserDropdown.js b/browser/app/js/browser/BrowserDropdown.js
index 36aa6f75c..5474047a7 100644
--- a/browser/app/js/browser/BrowserDropdown.js
+++ b/browser/app/js/browser/BrowserDropdown.js
@@ -57,22 +57,6 @@ export class BrowserDropdown extends React.Component {
const { fetchServerInfo } = this.props
fetchServerInfo()
}
- fullScreen(e) {
- e.preventDefault()
- let el = document.documentElement
- if (el.requestFullscreen) {
- el.requestFullscreen()
- }
- if (el.mozRequestFullScreen) {
- el.mozRequestFullScreen()
- }
- if (el.webkitRequestFullscreen) {
- el.webkitRequestFullscreen()
- }
- if (el.msRequestFullscreen) {
- el.msRequestFullscreen()
- }
- }
logout(e) {
e.preventDefault()
web.Logout()
@@ -88,23 +72,29 @@ export class BrowserDropdown extends React.Component {
-
- GitHub
+
+ Change Password
+ {this.state.showChangePasswordModal && (
+
+ )}
-
- Fullscreen
+
+ Documentation
-
- Documentation
+
+ GitHub
-
- Ask for help
+
+ Get Support
@@ -118,20 +108,9 @@ export class BrowserDropdown extends React.Component {
/>
)}
-
-
- Change Password
-
- {this.state.showChangePasswordModal && (
-
- )}
-
- Sign Out
+ Logout
diff --git a/browser/ui-assets.go b/browser/ui-assets.go
index d77d5b500..54fc46639 100644
--- a/browser/ui-assets.go
+++ b/browser/ui-assets.go
@@ -6,7 +6,7 @@
// production/favicon-96x96.png
// production/firefox.png
// production/index.html
-// production/index_bundle-2020-07-11T18-42-21Z.js
+// production/index_bundle-2020-09-21T19-27-37Z.js
// production/loader.css
// production/logo.svg
// production/safari.png
@@ -14,6 +14,7 @@ package browser
import (
"fmt"
+ "github.com/elazarl/go-bindata-assetfs"
"io/ioutil"
"os"
"path/filepath"
@@ -48,7 +49,7 @@ func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
-// Mode return file modify time
+// ModTime return file modify time
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
@@ -75,7 +76,7 @@ func productionChromePng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(436), modTime: time.Unix(1594492969, 0)}
+ info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -92,7 +93,7 @@ func productionFavicon16x16Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-16x16.png", size: 14906, mode: os.FileMode(436), modTime: time.Unix(1594492969, 0)}
+ info := bindataFileInfo{name: "production/favicon-16x16.png", size: 14906, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -109,7 +110,7 @@ func productionFavicon32x32Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-32x32.png", size: 16066, mode: os.FileMode(436), modTime: time.Unix(1594492969, 0)}
+ info := bindataFileInfo{name: "production/favicon-32x32.png", size: 16066, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -126,7 +127,7 @@ func productionFavicon96x96Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-96x96.png", size: 17029, mode: os.FileMode(436), modTime: time.Unix(1594492969, 0)}
+ info := bindataFileInfo{name: "production/favicon-96x96.png", size: 17029, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -143,7 +144,7 @@ func productionFirefoxPng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(436), modTime: time.Unix(1594492969, 0)}
+ info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -203,8 +204,8 @@ var _productionIndexHTML = []byte(`
-
-
+
+