Skip to content

Commit

Permalink
tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Sep 9, 2023
1 parent eda21e8 commit 7f0c42b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion krl/io.picolabs.plan.connect.krl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ ruleset io.picolabs.plan.connect {
</form>
<ul>
#{did_map.keys().map(function(k){
<<<li>#{k.elide()} : #{did_map.get(k).elide()}</li>
name = wrangler:picoQuery(k,"io.picolabs.wrangler","name",{})
title = name => << title="#{name}">> | ""
<<<li#{title}>#{k.elide()} : #{did_map.get(k).elide()}</li>
>>}).join("")}</ul>
<h2>Technical</h2>
<h3>DIDDocs</h3>
Expand Down

0 comments on commit 7f0c42b

Please sign in to comment.