Skip to content

Commit

Permalink
tootip over span
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Sep 9, 2023
1 parent 354f150 commit 1d3ef57
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions krl/io.picolabs.plan.connect.krl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ ruleset io.picolabs.plan.connect {
</form>
<ul>
#{did_map.keys().map(function(k){
name = wrangler:picoQuery(k,"io.picolabs.plan.profile","name",{})
.klog("name")
pico_name = wrangler:picoQuery(k,"io.picolabs.wrangler","name",{})
title = pico_name => << title="#{pico_name}">> | ""
<<<li#{title}>#{k.elide()} : #{did_map.get(k).elide()}</li>
//TODO name = wrangler:picoQuery(k,"io.picolabs.plan.profile","name",{})
name = wrangler:picoQuery(k,"io.picolabs.wrangler","name",{}) // fallback
title = name => << title="#{name}">> | ""
<<<li><span#{title}>#{k.elide()}</span> : #{did_map.get(k).elide()}</li>
>>}).join("")}</ul>
<h2>Technical</h2>
<h3>DIDDocs</h3>
Expand Down

0 comments on commit 1d3ef57

Please sign in to comment.