Skip to content

Commit 17aba2c

Browse files
authored
Merge pull request #51 from back4app/test-rafinha1
Menu with 1.1.2
2 parents 16784fe + a77393e commit 17aba2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+13448
-35
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_modules/
33
bundles/
44
PIG/bundles/
55
Parse-Dashboard/public/bundles/
6-
Parse-Dashboard/parse-dashboard-config.json
76
npm-debug.log
87
.eslintcache
98

@@ -13,4 +12,3 @@ npm-debug.log
1312
.idea/
1413

1514
npm-debug.log.*
16-
/parse-dashboard-config.json

Parse-Dashboard/app.js

Lines changed: 3 additions & 1 deletion
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}";
@@ -222,4 +224,4 @@ module.exports = function(config, options) {
222224
});
223225

224226
return app;
225-
}
227+
}

Parse-Dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<script>
66
PARSE_DASHBOARD_PATH = "/";
77
</script>
8+
<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">
89
</head>
910
<html>
1011
<title>Parse Dashboard</title>
1112
<body>
1213
<div id="browser_mount"></div>
1314
<script src="/bundles/dashboard.bundle.js"></script>
14-
1515
<script type="text/javascript">
1616
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1717
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"apps": [{
3-
"serverURL": "",
4-
"appId": "",
5-
"masterKey": "",
6-
"appName": "",
7-
"iconName": ""
8-
}],
9-
"iconsFolder": "icons"
2+
"apps": []
103
}

0 commit comments

Comments
 (0)