factor/extra/webapps/mason/dashboard.xml

31 lines
855 B
XML
Raw Normal View History

2010-09-04 21:05:28 -04:00
<?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>
2010-09-04 21:09:07 -04:00
<h1>Crashed build machines</h1>
<p>Crashed machines have not sent a heartbeat for several hours.</p>
2010-09-04 21:05:28 -04:00
<t:xml t:name="crashed" />
<h1>Broken build machines</h1>
<p>Broken machines have not had a successful build for over a week.</p>
<t:xml t:name="broken" />
2010-09-04 21:05:28 -04:00
<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>