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

exports[`Dashboard template matches the default snapshot 1`] = `
<div
  class="prometheus-graphs"
  data-qa-selector="prometheus_graphs"
>
  <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 pr-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"
        selecteddashboard="[object Object]"
        toggle-class="dropdown-menu-toggle"
      />
    </div>
     
    <div
      class="mb-2 pr-2 d-flex d-sm-block"
    >
      <gl-dropdown-stub
        class="flex-grow-1"
        data-qa-selector="environments_dropdown"
        id="monitor-environments-dropdown"
        menu-class="monitor-environment-dropdown-menu"
        text="production"
        toggle-class="dropdown-menu-toggle"
      >
        <div
          class="d-flex flex-column overflow-hidden"
        >
          <gl-dropdown-header-stub
            class="monitor-environment-dropdown-header text-center"
          >
            
            Environment
          
          </gl-dropdown-header-stub>
           
          <gl-dropdown-divider-stub />
           
          <gl-search-box-by-type-stub
            class="m-2"
            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="show_last_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"
    >
      <gl-deprecated-button-stub
        class="flex-grow-1"
        size="md"
        title="Refresh dashboard"
        variant="default"
      >
        <icon-stub
          name="retry"
          size="16"
        />
      </gl-deprecated-button-stub>
    </div>
     
    <div
      class="flex-grow-1"
    />
     
    <div
      class="d-sm-flex"
    >
      <!---->
       
      <!---->
       
      <!---->
       
      <!---->
    </div>
  </div>
   
  <empty-state-stub
    clusterspath="/path/to/clusters"
    documentationpath="/path/to/docs"
    emptygettingstartedsvgpath="/path/to/getting-started.svg"
    emptyloadingsvgpath="/path/to/loading.svg"
    emptynodatasmallsvgpath="/path/to/no-data-small.svg"
    emptynodatasvgpath="/path/to/no-data.svg"
    emptyunabletoconnectsvgpath="/path/to/unable-to-connect.svg"
    selectedstate="gettingStarted"
    settingspath="/path/to/settings"
  />
</div>
`;