Skip to content

Commit

Permalink
Fixed spotlight on redo, sibling collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jun 11, 2016
1 parent 4d5392f commit d42932a
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 97 deletions.
2 changes: 1 addition & 1 deletion NewLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h3 align='center'>{{label}} Properties</h2>
<dt>First Degree Local Admin</dt>
<dd><a href="#" onclick="doQuery('MATCH (n:User {name:&quot;{{label}}&quot;}), (target:Computer), p=allShortestPaths((n)-[:AdminTo*1]->(target)) RETURN p')">{{first_degree_admin}}</a></dd>
<dt>Group Delegated Local Admin Rights</dt>
<dd><a href="#" onclick="doQuery('MATCH (n:User {name:&quot;{{label}}&quot;}), (m:Computer), (o:Group), (n)-[r:MemberOf]->(o)-[s:AdminTo]->(m) RETURN n,r,o,s,m', &quot;{{label}}&quot;, &quot;&quot;, true)">{{dlar}}</a></dd>
<dd><a href="#" onclick="doQuery('MATCH (n:User {name:&quot;{{label}}&quot;}), (m:Computer), (o:Group), (n)-[r:MemberOf]->(o)-[s:AdminTo]->(m) RETURN n,r,o,s,m', &quot;{{label}}&quot;, &quot;&quot;)">{{dlar}}</a></dd>
<dt>Derivative Local Admin Rights</dt>
<dd><a href="#" onclick="doQuery('MATCH (n:User {name:&quot;{{label}}&quot;}), (m:Computer), p=allShortestPaths((n)-[r*1..]->(m)) RETURN p', &quot;{{label}}&quot;)">{{derivative}}</a></dd>
<dt>Sessions</dt>
Expand Down
Loading

0 comments on commit d42932a

Please sign in to comment.