Skip to content

Commit

Permalink
Merge pull request #299 from pe4cey/beta-frame-copy
Browse files Browse the repository at this point in the history
Update beta frame copy based on available features
  • Loading branch information
oskarhane authored Nov 1, 2016
2 parents 4a3278a + 9fbe5a8 commit 65b0534
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/content/guides/beta.jade
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ article.guide
.icon.sl.sl-star.green.icon
ul.topic-bullets
li
| Running a Causal Cluster? Connect to different server members 
a(exec-topic='sysinfo') here
span(ng-show="features.usingCoreEdge") You are running a Causal Cluster. Connect to different server member 
a(exec-topic='sysinfo') here
span(ng-hide="features.usingCoreEdge") You are not running a Causal Cluster. Find out more 
a(href='{{ neo4j.version | neo4jOperationsDoc }}/monitoring/causal-cluster/') here
li
| View running 
a(ng-show="features.canListQueries", exec-topic='queries') queries
Expand All @@ -29,9 +31,9 @@ article.guide
a(help-topic='param') param
| support
li
| Explore the new security features via the  
a(exec-topic='server user list') user administration
| frames
| Explore the new 
a(ng-show="features.canGetRoles", exec-topic='server user list') user administration
span(ng-hide="features.canGetRoles") user administration frames (when procedures are available)
li
| Take a look your data with the 
a(ng-click="editor.execScript('CALL db.schema()')") schema viewer
Expand Down

0 comments on commit 65b0534

Please sign in to comment.