1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-21 18:03:38 +03:00

F #5067 Start script textarea base64 encoded by default (#239)

This commit is contained in:
Abel Coronado 2017-04-07 11:04:37 +02:00 committed by Tino Vázquez
parent d1ad6a0cc6
commit fcf003038f

View File

@ -109,7 +109,7 @@
{{{tip (tr "Text of the script executed when the machine starts up. It can contain shebang in case it is not shell script")}}}
<textarea rows="4" type="text" class="START_SCRIPT monospace" placeholder="yum upgrade"/>
</label>
<input type="checkbox" class="ENCODE_START_SCRIPT" id="ENCODE_START_SCRIPT{{uniqueId}}">
<input type="checkbox" class="ENCODE_START_SCRIPT" id="ENCODE_START_SCRIPT{{uniqueId}}" checked>
<label for="ENCODE_START_SCRIPT{{uniqueId}}">{{tr "Encode script in Base64"}}</label>
</div>
</div>