mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
88bed79c07
* update schemas * update * killed upstream change * min prio is now 100 * reset watchdog regularly * update * fix * update
18 lines
604 B
HTML
18 lines
604 B
HTML
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<h2 class="page-header"><i class="fa fa-photo fa-fw"></i><span data-i18n="main_menu_colors_conf_token">Image Processing</span></h2>
|
|
<div class="introd">
|
|
<h4 data-i18n="conf_colors_label_intro">Color calibration, smoothing (color transistions) and detection of blackbars.</h4>
|
|
<hr />
|
|
</div>
|
|
<div id='editor_container'/>
|
|
<button class="btn btn-success" id='btn_submit' data-i18n="general_button_savesettings">Save Settings</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script src="/js/content_colors.js"></script>
|