-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from pe4cey/beta-startup
Add beta frame when connecting to a non ga version of the neo4j server
- Loading branch information
Showing
6 changed files
with
86 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
article.guide | ||
.container-fluid | ||
.row | ||
.col-sm-2 | ||
.box-max | ||
img.img-responsive(src='images/neo4j-world.png') | ||
p.lead.text-right BETA PROGRAMME | ||
p.lead.text-right Copyright © | ||
a.no-icon(href='http://neo4j.com/') Neo Technology | ||
| 2002– | ||
span= new Date().getFullYear() | ||
|
||
.col-sm-10 | ||
.teaser.teaser-2 | ||
h3 Features for 3.1 | ||
p.lead Have a peek at some of the exciting new things in the Neo4j Browser | ||
.icon-holder | ||
.icon.sl.sl-star.green.icon | ||
ul.topic-bullets | ||
li | ||
| Running a Causal Cluster? Connect to different server members | ||
a(exec-topic='sysinfo') here | ||
li | ||
| View running | ||
a(exec-topic='queries') queries | ||
li | ||
| Execute queries even faster with | ||
a(help-topic='param') param | ||
| support | ||
li | ||
| Explore the new | ||
a(exec-topic='server user list') user administration | ||
| frames | ||
li | ||
| Take a look your data with the | ||
a(exec-topic='CALL db.schema()') schema viewer | ||
|
||
button.btn.btn-cta-beta(ng-click="editor.execScript(settings.initCmd)") Continue | ||
.clearfix | ||
.teaser.teaser-2 | ||
h3 Feedback wanted | ||
p.lead If you notice anything unusual (or amazing!) let us know. | ||
.icon-holder | ||
.icon.sl.sl-bubble-conversation.green.icon | ||
ul.topic-bullets | ||
li | ||
| Send us an | ||
a(href="mailto:browser@neotechnology.com?subject=Neo4j Browser pre-release feedback") email | ||
li | ||
| Join our community on  | ||
a(href="http://neo4j.com/slack") Slack | ||
li | ||
| Raise an issue on  | ||
a(href="http://github.com/neo4j") Github | ||
li | ||
| Or sign in to Neo4j Browser Sync and send us a message via the settings drawer: | ||
button.btn.btn-cta(play-topic="neo4j-sync") Neo4j Browser Sync | ||
.clearfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters