mirror of https://gitee.com/bigwinds/arangodb
ui state
This commit is contained in:
parent
70e8673c4f
commit
fa802beda7
|
@ -139,6 +139,7 @@
|
||||||
window.versionHelper.fromString(data.version);
|
window.versionHelper.fromString(data.version);
|
||||||
|
|
||||||
if (data.license) {
|
if (data.license) {
|
||||||
|
window.frontendConfig.license = data.license;
|
||||||
if (data.license !== 'community') {
|
if (data.license !== 'community') {
|
||||||
$('#ArangoDBLogo').attr('src', 'img/arangodb_logo_alt.svg');
|
$('#ArangoDBLogo').attr('src', 'img/arangodb_logo_alt.svg');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue