UNPKG
akurath
Version:
latest (1.2.11-beta)
1.2.11-beta
1.2.9-beta
1.2.8-beta
1.2.7-beta
1.2.6-beta
1.2.5-beta
1.2.4-beta
1.2.3-beta
1.2.2-beta
1.2.1
1.2.0
1.1.0
0.1.0
IDE Frontend for codepsaces.io
www.codespaces.io
codespaces-io/akurath
akurath
/
client
/
resources
/
templates
/
commands
/
command.html
3 lines
•
194 B
HTML
View Raw
1
2
3
<a href=
"#"
title=
"<
%-
command.get('title')
%>
"
> <i
class
="
fa
<%
if
(!
command
.
hasFlag
("
running
"))
{
%>
fa-<
%-
command.get(
'icons.default'
)
%>
<% }
else
{
%>
fa-refresh fa-spin<% }
%>
"></i> </a>