Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mini_dropdown_graph.html « static « fixtures « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cde811d4f529481cb47701465517f4cb76daee0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="js-builds-dropdown-tests dropdown dropdown" data-testid="widget-mini-pipeline-graph">
  <button class="js-builds-dropdown-button" data-toggle="dropdown" data-stage-endpoint="foobar">
    Dropdown
  </button>
  <ul class="dropdown-menu mini-pipeline-graph-dropdown-menu js-builds-dropdown-container">
    <li class="js-builds-dropdown-list scrollable-menu">
      <ul></ul>
    </li>
    <li class="js-builds-dropdown-loading hidden">
      <span class="gl-spinner"></span>
    </li>
  </ul>
</div>