summaryrefslogtreecommitdiff
path: root/spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
blob: bd2e818df4f1038f838c0b30d21c3ff13e20d990 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Dashboard template matches the default snapshot 1`] = `
<div
  class="prometheus-graphs"
  data-qa-selector="prometheus_graphs"
  environmentstate="available"
  metricsdashboardbasepath="/monitoring/monitor-project/-/environments/1/metrics"
  metricsendpoint="/monitoring/monitor-project/-/environments/1/additional_metrics.json"
>
  <div>
    <gl-alert-stub
      class="mb-3"
      dismissible="true"
      dismisslabel="Dismiss"
      primarybuttonlink=""
      primarybuttontext=""
      secondarybuttonlink=""
      secondarybuttontext=""
      title="Feature deprecation and removal"
      variant="danger"
    >
      <gl-sprintf-stub
        message="The metrics, logs and tracing features were deprecated in GitLab 14.7 and are %{epicStart} scheduled for removal %{epicEnd} in GitLab 15.0."
      />
       
      <gl-sprintf-stub
        message="For information on a possible replacement %{epicStart} learn more about Opstrace %{epicEnd}."
      />
    </gl-alert-stub>
  </div>
   
  <div
    class="prometheus-graphs-header d-sm-flex flex-sm-wrap pt-2 pr-1 pb-0 pl-2 border-bottom bg-gray-light"
  >
    <div
      class="mb-2 mr-2 d-flex d-sm-block"
    >
      <dashboards-dropdown-stub
        class="flex-grow-1"
        data-qa-selector="dashboards_filter_dropdown"
        defaultbranch="master"
        id="monitor-dashboards-dropdown"
        toggle-class="dropdown-menu-toggle"
      />
    </div>
     
    <span
      aria-hidden="true"
      class="gl-pl-3 border-left gl-mb-3 d-none d-sm-block"
    />
     
    <div
      class="mb-2 pr-2 d-flex d-sm-block"
    >
      <gl-dropdown-stub
        category="primary"
        class="flex-grow-1"
        clearalltext="Clear all"
        clearalltextclass="gl-px-5"
        data-qa-selector="environments_dropdown"
        headertext=""
        hideheaderborder="true"
        highlighteditemstitle="Selected"
        highlighteditemstitleclass="gl-px-5"
        id="monitor-environments-dropdown"
        menu-class="monitor-environment-dropdown-menu"
        size="medium"
        text="production"
        toggleclass="dropdown-menu-toggle"
        variant="default"
      >
        <div
          class="d-flex flex-column overflow-hidden"
        >
          <gl-dropdown-section-header-stub>
            Environment
          </gl-dropdown-section-header-stub>
           
          <gl-search-box-by-type-stub
            clearbuttontitle="Clear"
            value=""
          />
           
          <div
            class="flex-fill overflow-auto"
          />
           
          <div
            class="text-secondary no-matches-message"
          >
            
          No matching results
        
          </div>
        </div>
      </gl-dropdown-stub>
    </div>
     
    <div
      class="mb-2 pr-2 d-flex d-sm-block"
    >
      <date-time-picker-stub
        class="flex-grow-1 show-last-dropdown"
        customenabled="true"
        data-qa-selector="range_picker_dropdown"
        options="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
        value="[object Object]"
      />
    </div>
     
    <div
      class="mb-2 pr-2 d-flex d-sm-block"
    >
      <refresh-button-stub />
    </div>
     
    <div
      class="flex-grow-1"
    />
     
    <div
      class="d-sm-flex"
    >
      <!---->
       
      <!---->
       
      <div
        class="gl-mb-3 gl-mr-3 d-flex d-sm-block"
      >
        <actions-menu-stub
          custommetricspath="/monitoring/monitor-project/prometheus/metrics"
          defaultbranch="master"
          isootbdashboard="true"
          validatequerypath="/monitoring/monitor-project/prometheus/metrics/validate_query"
        />
      </div>
       
      <!---->
    </div>
  </div>
   
  <empty-state-stub
    clusterspath="/monitoring/monitor-project/-/clusters"
    documentationpath="/help/administration/monitoring/prometheus/index.md"
    emptygettingstartedsvgpath="/images/illustrations/monitoring/getting_started.svg"
    emptyloadingsvgpath="/images/illustrations/monitoring/loading.svg"
    emptynodatasmallsvgpath="/images/illustrations/chart-empty-state-small.svg"
    emptynodatasvgpath="/images/illustrations/monitoring/no_data.svg"
    emptyunabletoconnectsvgpath="/images/illustrations/monitoring/unable_to_connect.svg"
    selectedstate="gettingStarted"
    settingspath="/monitoring/monitor-project/-/integrations/prometheus/edit"
  />
</div>
`;