Skip to content

Commit

Permalink
wizard: connect backend with frontend. Modifications for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Sep 27, 2017
1 parent 812fd0b commit 5b50ec3
Show file tree
Hide file tree
Showing 25 changed files with 10,614 additions and 288 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[v0.30.0](https://github.com/nextcloud/nextcloudpi/commit/ab69e1f) (2017-09-25) reviewed duckDNS: small adaptations
[v0.31.0](https://github.com/nextcloud/nextcloudpi/commit/5d25473) (2017-09-27) wizard: connect backend with frontend. Modifications for first release

[v0.30.0](https://github.com/nextcloud/nextcloudpi/commit/87319a2) (2017-09-25) reviewed duckDNS: small adaptations

[v0.29.4 ](https://github.com/nextcloud/nextcloudpi/commit/caa38a3) (2017-09-23) nc-backup: apply limit before backup

Expand All @@ -11,7 +13,7 @@

[v0.29.0 ](https://github.com/nextcloud/nextcloudpi/commit/0c1f1af) (2017-09-20) updated to NC12.0.3

[v0.28.2](https://github.com/nextcloud/nextcloudpi/commit/ac3fcab) (2017-09-18) ncp-web: point changelog to master
[v0.28.2 ](https://github.com/nextcloud/nextcloudpi/commit/ac3fcab) (2017-09-18) ncp-web: point changelog to master

[v0.28.1 ](https://github.com/nextcloud/nextcloudpi/commit/3b71b3d) (2017-09-15) nc-static-IP: add new IP to trusted domain

Expand Down
228 changes: 0 additions & 228 deletions ncp-web/Wizard/JS/wizard.js

This file was deleted.

Binary file removed ncp-web/Wizard/bootstrap/.DS_Store
Binary file not shown.
13 changes: 12 additions & 1 deletion ncp-web/Wizard/CSS/wizard.css → ncp-web/wizard/CSS/wizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,15 @@ margin: 0 auto;
}
.btn {
margin:5px 0;
}
}

div.linkbox {
display:inline-block;
padding: 10px;
text-align: center;
}

#ncp-welcome-logo {
display: block;
margin: 0 auto;
}
Loading

0 comments on commit 5b50ec3

Please sign in to comment.