Commit 8dced28a authored by Sam Rose's avatar Sam Rose

Display number of shown events on Plan stage of Cycle Analytics

parent bf05c7e0
......@@ -13,6 +13,11 @@
<div>
<div class="events-description">
{{ stage.description }}
<span class="pull-right has-tooltip"
title="Limited to a maximum of 50 events"
data-placement="top">
Showing {{ items.length }} events
</span>
</div>
<ul class="stage-event-list">
<li v-for="commit in items" class="stage-event-item">
......
......@@ -284,7 +284,11 @@
.events-description {
line-height: 65px;
padding-left: $gl-padding;
padding: 0 $gl-padding;
span {
color: $gl-text-color-secondary;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment