added profiles, for joblimit and future features
also fixes to file upload, parameter reading and error handling
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="box">
|
||||
<h1 class="title">Upload a Dockerfile to toast</h1>
|
||||
<p>Choose the file in your computer and click 'Submit' to proceed to validation.</p>
|
||||
<form action="dockerfile" class="form-shell" enctype="multipart/form-data" method="post">
|
||||
<div class="file has-label is-fullwidth">
|
||||
<form action="dockerfile" class="form" enctype="multipart/form-data" method="post">
|
||||
<div class="has-label is-fullwidth">
|
||||
<label class="file-label">
|
||||
<input class="file-input inputfile inputfile-2" id="file" type="file" />
|
||||
<input name="file" class="file-input inputfile inputfile-2" id="file" type="file" />
|
||||
<label for="file"><span id="filename">Choose a Dockerfile...</span></label>
|
||||
<span class="file-cta"><span class="file-icon"><i class="fa fa-upload"></i></span><span class="file-label">Upload</span></span>
|
||||
</label></div>
|
||||
|
||||
Reference in New Issue
Block a user