Browse Source

new editor

master
zeus 2 years ago
parent
commit
1dde033d75
  1. 2
      dist/index.html
  2. 2
      dist/js/app.af57034c.js
  3. 1
      dist/js/app.af57034c.js.map
  4. 2
      dist/js/app.c4055fbc.js
  5. 1
      dist/js/app.c4055fbc.js.map
  6. 7
      src/config/index-editor.js
  7. 4
      src/config/index-web.js

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.c4055fbc.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.c4055fbc.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.af57034c.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.af57034c.js"></script></body></html>

2
dist/js/app.af57034c.js

File diff suppressed because one or more lines are too long

1
dist/js/app.af57034c.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.c4055fbc.js

File diff suppressed because one or more lines are too long

1
dist/js/app.c4055fbc.js.map

File diff suppressed because one or more lines are too long

7
src/config/index-editor.js

@ -203,5 +203,12 @@ export const ApiConfigEDIT = [
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "microservice-etherpad",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
}
];

4
src/config/index-web.js

@ -250,9 +250,9 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-filemanager",
"app": false,
"app": true,
"url": 'http',
"port": "80/tcp",
"port": "8080/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'

Loading…
Cancel
Save