DXOS Console -> Kubenet Console. Fix console-app to honor CONFIG_FILE.

This commit is contained in:
2020-07-20 15:20:36 -05:00
parent c0ff3a7969
commit d96af1ef1b
21 changed files with 47 additions and 40 deletions
@@ -1,5 +1,5 @@
//
// Copyright 2020 DXOS.org.org
// Copyright 2020 DXOS.org
//
import React from 'react';
@@ -1,5 +1,5 @@
//
// Copyright 2020 DXOS.org.org
// Copyright 2020 DXOS.org
//
import React from 'react';
@@ -1,5 +1,5 @@
//
// Copyright 2020 DXOS.org.org
// Copyright 2020 DXOS.org
//
import React from 'react';
+8
View File
@@ -0,0 +1,8 @@
//
// Copyright 2020 DXOS.org
//
// See webpack-common.config.js
import config from '__CONFIG_FILE__';
export default config;
+1 -1
View File
@@ -6,7 +6,7 @@ import debug from 'debug';
import React from 'react';
import { render } from 'react-dom';
import config from '../config.yml';
import config from './config';
import Main from './containers/Main';
+2 -2
View File
@@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-07-20T17:06:29.786Z",
"version": "1.0.0-beta.16"
"buildDate": "2020-07-20T20:15:46.769Z",
"version": "1.0.0-beta.17"
}
}