File tree Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ module.exports = function(config, options) {
180
180
res . send ( `<!DOCTYPE html>
181
181
<head>
182
182
<link rel="shortcut icon" type="image/x-icon" href="${ mountPath } favicon.ico" />
183
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
183
184
<base href="${ mountPath } "/>
184
185
<script>
185
186
PARSE_DASHBOARD_PATH = "${ mountPath } ";
@@ -205,6 +206,7 @@ module.exports = function(config, options) {
205
206
res . send ( `<!DOCTYPE html>
206
207
<head>
207
208
<link rel="shortcut icon" type="image/x-icon" href="${ mountPath } favicon.ico" />
209
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
208
210
<base href="${ mountPath } "/>
209
211
<script>
210
212
PARSE_DASHBOARD_PATH = "${ mountPath } ";
Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ import {
64
64
65
65
const ShowSchemaOverview = false ; //In progress features. Change false to true to work on this feature.
66
66
67
- // @subscribeTo ('Apps', 'apps')
68
- // @subscribeTo ('Schema', 'schema')
69
- // @subscribeTo ('Jobs', 'jobs')
70
67
class App extends React . Component {
71
68
constructor ( props ) {
72
69
super ( props ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments