mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
dashboard: gitCommit renamed to commit
This commit is contained in:
parent
1eb961a179
commit
21cf32d6a8
1 changed files with 5 additions and 5 deletions
|
|
@ -26828,7 +26828,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
}), updated;
|
||||
}, shouldUpdate = function shouldUpdate(msg, updater) {
|
||||
var su = {};
|
||||
return Object.keys(msg).forEach(function(key) {
|
||||
return console.log(msg), Object.keys(msg).forEach(function(key) {
|
||||
su[key] = "function" == typeof updater[key] || shouldUpdate(msg[key], updater[key]);
|
||||
}), su;
|
||||
}, appender = function(limit) {
|
||||
|
|
@ -26840,7 +26840,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
}, defaultContent = {
|
||||
general: {
|
||||
version: "-",
|
||||
gitCommit: "-"
|
||||
commit: "-"
|
||||
},
|
||||
home: {
|
||||
memory: [],
|
||||
|
|
@ -26856,7 +26856,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
}, updaters = {
|
||||
general: {
|
||||
version: replacer,
|
||||
gitCommit: replacer
|
||||
commit: replacer
|
||||
},
|
||||
home: {
|
||||
memory: appender(200),
|
||||
|
|
@ -26895,7 +26895,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
}, server.onmessage = function(event) {
|
||||
var msg = JSON.parse(event.data);
|
||||
if (!msg) return void console.error("Incoming message is " + msg);
|
||||
console.log(msg), _this.update(msg);
|
||||
_this.update(msg);
|
||||
}, server.onclose = function() {
|
||||
setTimeout(_this.reconnect, 3e3);
|
||||
};
|
||||
|
|
@ -38194,7 +38194,7 @@ var _bundleJs = []byte((((((((((`!function(modules) {
|
|||
type: "title",
|
||||
color: "inherit",
|
||||
className: classes.mainText
|
||||
}, this.props.general.gitCommit)));
|
||||
}, this.props.general.commit)));
|
||||
}
|
||||
} ]), Footer;
|
||||
}(_react.Component);
|
||||
|
|
|
|||
Loading…
Reference in a new issue