28 lines
725 B
XML
28 lines
725 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
<t:title>Mason dashboard</t:title>
|
|
|
|
<h1>Build machines</h1>
|
|
<t:xml t:name="builders" />
|
|
|
|
<h1>Force build now</h1>
|
|
<p>Requires build engineer status.</p>
|
|
|
|
<t:form t:action="$mason-app/dashboard/increment-counter">
|
|
<p><button type="submit">Increment counter</button></p>
|
|
</t:form>
|
|
|
|
<h1>Make a release</h1>
|
|
<p>Requires build engineer status.</p>
|
|
|
|
<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>
|