Skip to content

Instantly share code, notes, and snippets.

@panwaria
Created June 27, 2014 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panwaria/40229a3b1a2ed8bf66ec to your computer and use it in GitHub Desktop.
Save panwaria/40229a3b1a2ed8bf66ec to your computer and use it in GitHub Desktop.
Change in the Chronos UI template: Adding a Text Area in Job Detail Window
<!-- JOB CONFIGURATION -->
<div class="row-fluid control-group job-detail-row job-detail"
data-toggle="tooltip"
data-html="true"
data-title="Job Configuration to be stored in Zookeeper."
data-placement="bottom">
<div class="detail">job configuration</div>
<textarea rows="3" cols="50" class="display hightlight cmd config" data-rv-text="job.config" readonly>
{{config}}
</textarea>
<div class="field cmd">
<textarea rows="3" cols="50" class="job-input" value="{{config}}" data-rv-value="job.config" name="config" tabindex="3"/>
</div>
<span class="help-inline hide"></span>
</div>
<!-- End of JOB CONFIGURATION -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment