Sha256: cbd5f222f7b2bfe6e9c607ac2dce4bbd0e45c382ba8a343a15ccc9357f8b5c1b
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
ul class="nav nav-pills" role="tablist" li role="presentation" class="active" a href="#logs" aria-controls="logs" role="tab" data-toggle="tab" 'Logs li role="presentation" a href="#execution_logs" aria-controls="execution_logs" role="tab" data-toggle="tab" 'Execution Logs .box .box-header .box-body.tab-content div class="tab-pane active" role="tabpanel" id="logs" data-logs-path="#{job_definition_job_instance_logs_path(@definition, @instance)}" table.table.table-condensed.table-hover data-reload="#{@instance.working? && !@instance.error?}" thead tr th th.col-md-1 Time th.col-md-10 Message - for log in @logs tr td= labeled_log_level(log.level) td.nowrap= log.created_at td.log= rinku_auto_link(log.message, :urls) = javascript_include_tag 'kuroko2/instance_linker' div class="tab-pane" role="tabpanel" id="execution_logs" data-api-path="#{job_definition_job_instance_execution_logs_path(@definition, @instance)}" data-logger="#{Kuroko2.config.execution_logger.try!(:type)}" table.table.table-condensed.table-hover thead tr th Time th PID th Token th.col-md-7 Message tbody#execution_log_body
Version data entries
5 entries across 5 versions & 1 rubygems