Skip to content

Commit

Permalink
Build trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed May 31, 2024
1 parent 8cbfaf3 commit 644dbfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ghp/docs

This file was deleted.

2 changes: 1 addition & 1 deletion test/cambiare.htm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="column"></div>
</div>
<div class="columns is-multiline is-mobile is-vcentered" x-data="{ranges:[['port1','16ch'],['compact','Compact'],['port2','32ch'],['port4','64ch']],ports:[0,1,2,3,4,5,6,7],letters:'ABCDEFGH',max:8,size:{port1:1,compact:1,port2:2,port4:4}}">
<div class="column column-option"><b>Display style</b></div>
<div class="column column-option"><b>Display mode</b></div>
<template x-for="range in ranges">
<div class="column column-option column-button" @click="gRange(range[0])" x-text="range[1]" :active="($store.showRange||'port1')==range[0]?'true':'false'"></div>
</template>
Expand Down

0 comments on commit 644dbfb

Please sign in to comment.