Skip to content

Commit 4a25c69

Browse files
committed
.
1 parent 2c25e19 commit 4a25c69

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

Parse-Dashboard/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ module.exports = function(config, options) {
180180
res.send(`<!DOCTYPE html>
181181
<head>
182182
<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">
183184
<base href="${mountPath}"/>
184185
<script>
185186
PARSE_DASHBOARD_PATH = "${mountPath}";
@@ -205,6 +206,7 @@ module.exports = function(config, options) {
205206
res.send(`<!DOCTYPE html>
206207
<head>
207208
<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">
208210
<base href="${mountPath}"/>
209211
<script>
210212
PARSE_DASHBOARD_PATH = "${mountPath}";

src/dashboard/Dashboard.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ import {
6464

6565
const ShowSchemaOverview = false; //In progress features. Change false to true to work on this feature.
6666

67-
// @subscribeTo('Apps', 'apps')
68-
// @subscribeTo('Schema', 'schema')
69-
// @subscribeTo('Jobs', 'jobs')
7067
class App extends React.Component {
7168
constructor(props) {
7269
super(props);

src/lib/stores/AppsStore.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)