24 lines
644 B
XML
24 lines
644 B
XML
|
<?xml version='1.0' ?>
|
||
|
|
||
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||
|
<t:title>Mason dashboard</t:title>
|
||
|
|
||
|
<h1>Force build now</h1>
|
||
|
<t:form t:action="$mason-app/dashboard/increment-counter">
|
||
|
<p><button type="submit">Increment counter</button></p>
|
||
|
</t:form>
|
||
|
|
||
|
<h1>Crashed builders</h1>
|
||
|
<t:xml t:name="crashed" />
|
||
|
|
||
|
<h1>Make a release</h1>
|
||
|
<t:form t:action="$mason-app/dashboard/make-release">
|
||
|
<table>
|
||
|
<tr><td>Version:</td><td><t:field t:name="version" /></td></tr>
|
||
|
<tr><td>Announcement URL:</td><td><t:field t:name="announcement-url" /></td></tr>
|
||
|
</table>
|
||
|
|
||
|
<p><button type="submit">Go</button></p>
|
||
|
</t:form>
|
||
|
</t:chloe>
|