microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4c4e9d5f767314c193e5cc06ad889516c3c69b93

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

pip/src/state_row_template.html

16lines · modecode

1<tr>
2 <td style="text-align: left">
3 <span style="display: inline-block">|{}⟩</span>
4 </td>
5 <td style="text-align: left">
6 <span style="display: inline-block">{}</span>
7 </td>
8 <td style="text-align: left">
9 <progress max="100" value="{}"></progress>
10 <span style="display: inline-block">{:.4}%</span>
11 </td>
12 <td style="text-align: left; transform: rotate({:.4}rad)">↑</td>
13 <td style="text-align: left">
14 <span style="display: inline-block">{:.4}</span>
15 </td>
16</tr>
17