aboutsummaryrefslogtreecommitdiff
path: root/app/dashboard/templates/boots-id.html
blob: 01cfebd015fc7ae7ebca411ab46d745f6ba3d827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{%- extends 'base.html' %}
{%- block meta -%}
    <meta name="csrf-token" content="{{ csrf_token_r() }}">
{%- endblock %}
{%- block title %}{{ page_title|safe }}{%- endblock %}
{%- block head %}
{{ super() }}
<link rel="stylesheet" type="text/css" href="/static/css/linaro-graphs-0.0.1.css">
{%- endblock %}
{%- block content %}
<div class="row">
    <div class="page-header">
    <h3>{{ body_title|safe }}</h3>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
    <dl class="dl-horizontal" id="dl-right">
        <dt>Lab name</dt>
        <dd id="dd-lab-name" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Board</dt>
        <dd id="dd-board-board" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Tree</dt>
        <dd id="dd-board-tree" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Git describe</dt>
        <dd id="dd-board-kernel" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Defconfig</dt>
        <dd id="dd-board-defconfig" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Date</dt>
        <dd id="dd-date" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
    </dl>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
    <dl class="dl-horizontal" id="dl-left">
        <dt>Status</dt>
        <dd id="dd-board-status" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Architecture</dt>
        <dd id="dd-board-arch" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Endianness</dt>
        <dd id="dd-board-endianness" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Warnings</dt>
        <dd id="dd-board-warnings" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Boot time</dt>
        <dd id="dd-board-boot-time" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
        <dt>Boot log</dt>
        <dd id="dd-board-boot-log" class="loading-content">
            <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
        </dd>
    </dl>
    </div>
</div>
<div class="row">
    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
        <dl class="dl-horizontal" id="dl-right-other">
            <dt>Dtb</dt>
            <dd id="dd-board-dtb" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
            <dt>Dtb address</dt>
            <dd id="dd-board-dtb-address" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
            <dt>Load address</dt>
            <dd id="dd-board-load-address" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
            <dt>Initrd address</dt>
            <dd id="dd-board-initrd-address" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
            <dt>Kernel image</dt>
            <dd id="dd-board-kernel-image" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
        </dl>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
        <dl class="dl-horizontal" id="dl-left-other">
            <dt>Boot retries</dt>
            <dd id="dd-retries" class="loading-content">
                <i class="fa fa-cog fa-spin"></i>&nbsp;loading&hellip;
            </dd>
        </dl>
    </div>
</div>
<div id="other-details-div" class="row hidden"></div>
<div id="time-chart-div" class="row">
    <div class="page-header">
        <h3>Boot Time Trends</h3>
    </div>
    <div id="time-chart"></div>
</div>
<div id="multiple-labs" class="row">
    <div class="page-header">
        <h3>Other Boot Reports</h3>
    </div>
    {%- include "other-multiple-boot-reports.html" %}
</div>
<div id="bisect" class="row hidden">
    <div class="page-header">
        <h3>Boot Bisect for Board &#171;{{ board }}&#187;</h3>
    </div>
    <div id="bisect-div" class="hidden" >
        <div id="bisect-default" class="other-header">
            <h4>Default bisect</h4>
            {# Placeholder for the show/hide button created dynamically #}
            <span class="pull-right" id="bootb-showhide"></span>
            <hr class="blurred subheader" />
        </div>
        <div id="view-bootb-showhide" class="pull-center"></div>
        {%- include "other-bisect-content.html" %}
    </div>
    <div id="bisect-compare-div" class="hidden">
        <div id="bisect-compared" class="other-header">
            <h4>Compared to &#171;mainline&#187;</h4>
            {# Placeholder for the show/hide button created dynamically #}
            <span id="bootb-compare-showhide" class="pull-right"></span>
            <hr class="blurred subheader" />
        </div>
        <div id="view-bootb-compare-showhide" class="pull-center"></div>
        {%- include "other-bisect-compare-content.html" -%}
    </div>
</div>
<input type="hidden" id="file-server" value='{{ config["FILE_SERVER_URL"] }}'>
<input type="hidden" id="board-name" value="{{ board }}">
<input type="hidden" id="job-name" value="{{ job }}">
<input type="hidden" id="kernel-name" value="{{ kernel }}">
<input type="hidden" id="defconfig-name" value="{{ defconfig }}">
<input type="hidden" id="lab-name" value="{{ lab_name }}">
<input type="hidden" id="boot-id" value='{{ boot_id }}'>
{# Beware the single quotes on this variable! #}
<input type="hidden" id="url-translation" value='{{ url_translation|tojson|safe }}'>
{%- endblock %}
{%- block scripts %}
{{ super() }}
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script type="text/javascript" src="/static/js/linaro-bisect-0.0.2.js"></script>
<script type="text/javascript" src="/static/js/linaro-graphs-0.0.2.js"></script>
<script type="text/javascript" src="/static/js/linaro-boots-id-1.2.3.js"></script>
{%- endblock %}