diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-13 16:09:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-26 20:41:21 +0300 |
commit | 6ccee38f43493f8f6e87bab549e9ef952244f39a (patch) | |
tree | 3c75f102175fc6a566234e904a818dcd74029755 /www/ci.xhtml | |
parent | f7327a0b3cd6723cb289819bad1d664cfd5d6618 (diff) |
Add support for interactive CI mode
Diffstat (limited to 'www/ci.xhtml')
-rw-r--r-- | www/ci.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/ci.xhtml b/www/ci.xhtml index 185f08b..573cca7 100644 --- a/www/ci.xhtml +++ b/www/ci.xhtml @@ -13,6 +13,10 @@ <th>package</th> <td><input type="text" name="package"/></td> </tr> + <tr> + <th>interactive</th> + <td><input type="text" name="interactive"/></td> + </tr> </tbody> </table> <table class="form-table"> |