2019-12-21 20:55:43 +05:30
|
|
|
<div
|
|
|
|
class="js-kubernetes-logs"
|
|
|
|
data-current-environment-name="production"
|
|
|
|
data-environments-path="/root/my-project/environments.json"
|
|
|
|
data-logs-page="/root/my-project/environments/1/logs"
|
|
|
|
data-logs-path="/root/my-project/environments/1/logs.json"
|
|
|
|
>
|
|
|
|
<div class="build-page-pod-logs">
|
2019-10-12 21:52:04 +05:30
|
|
|
<div class="build-trace-container prepend-top-default">
|
2019-12-21 20:55:43 +05:30
|
|
|
<div class="top-bar js-top-bar d-flex">
|
|
|
|
<div class="row">
|
|
|
|
<div class="form-group col-6" role="group">
|
|
|
|
<label class="d-block col-form-label-sm col-form-label">
|
|
|
|
Environment
|
|
|
|
</label>
|
|
|
|
<div class="dropdown js-environment-dropdown d-flex">
|
|
|
|
<button
|
|
|
|
aria-expanded="false"
|
|
|
|
class="dropdown-menu-toggle d-flex align-content-center align-self-center"
|
|
|
|
data-toggle="dropdown"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<i aria-hidden="true" data-hidden="true" class="fa fa-chevron-down"></i>
|
|
|
|
<div class="dropdown-toggle-text">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</button>
|
|
|
|
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-drop-up"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="form-group col-6" role="group">
|
|
|
|
<label class="d-block col-form-label-sm col-form-label">
|
|
|
|
Pod logs from
|
|
|
|
</label>
|
|
|
|
<div class="dropdown js-pod-dropdown d-flex">
|
|
|
|
<button
|
|
|
|
aria-expanded="false"
|
|
|
|
class="dropdown-menu-toggle d-flex align-content-center align-self-center"
|
|
|
|
data-toggle="dropdown"
|
|
|
|
type="button"
|
|
|
|
>
|
|
|
|
<i aria-hidden="true" data-hidden="true" class="fa fa-chevron-down"></i>
|
|
|
|
<div class="dropdown-toggle-text">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</button>
|
|
|
|
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-drop-up"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-10-12 21:52:04 +05:30
|
|
|
</div>
|
2019-12-21 20:55:43 +05:30
|
|
|
<div class="controllers align-self-end">
|
|
|
|
<div
|
|
|
|
class="has-tooltip controllers-buttons"
|
|
|
|
data-container="body"
|
|
|
|
data-placement="top"
|
|
|
|
title="Scroll to top"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="js-scroll-up btn-scroll btn-transparent btn-blank"
|
|
|
|
disabled
|
|
|
|
type="button"
|
|
|
|
></button>
|
2019-10-12 21:52:04 +05:30
|
|
|
</div>
|
2019-12-21 20:55:43 +05:30
|
|
|
<div
|
|
|
|
class="has-tooltip controllers-buttons"
|
|
|
|
data-container="body"
|
|
|
|
data-placement="top"
|
|
|
|
title="Scroll to bottom"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="js-scroll-down btn-scroll btn-transparent btn-blank"
|
|
|
|
disabled
|
|
|
|
type="button"
|
|
|
|
></button>
|
2019-10-12 21:52:04 +05:30
|
|
|
</div>
|
2019-12-21 20:55:43 +05:30
|
|
|
<div class="refresh-control">
|
|
|
|
<div
|
|
|
|
class="has-tooltip controllers-buttons"
|
|
|
|
data-container="body"
|
|
|
|
data-placement="top"
|
|
|
|
title="Refresh"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="js-refresh-log btn btn-default btn-refresh h-32-px"
|
|
|
|
disabled
|
|
|
|
type="button"
|
|
|
|
></button>
|
2019-10-12 21:52:04 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-21 20:55:43 +05:30
|
|
|
<pre class="build-trace" id="build-trace">
|
|
|
|
<code class="bash js-build-output"></code>
|
|
|
|
<div class="build-loader-animation js-build-refresh">
|
|
|
|
<div class="dot"></div>
|
|
|
|
<div class="dot"></div>
|
|
|
|
<div class="dot"></div>
|
|
|
|
</div>
|
|
|
|
</pre>
|
2019-10-12 21:52:04 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|