Skip to content

Commit

Permalink
html: Change open/close icon to be available under multiple OSs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Apr 21, 2021
1 parent ef48102 commit 119c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h5>{{what.charAt(0).toUpperCase() + what.slice(1)}}:</h5>
template: `
<ul>
<a @click="toggle()">
<span class="toggle" span>{{open ? "🗁" : "🗀"}}</span> {{item.system_path}}
<span class="toggle" span>{{open ? "" : ""}}</span> {{item.system_path}}
</a>
<pre v-if="item && item.system_path && open">{{pretty_json}}</pre>
<tab-udev-tree v-if="item.parent" :item="item.parent"/>
Expand Down

0 comments on commit 119c495

Please sign in to comment.