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 @@ ...@@ -13,6 +13,11 @@
<div> <div>
<div class="events-description"> <div class="events-description">
{{ stage.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> </div>
<ul class="stage-event-list"> <ul class="stage-event-list">
<li v-for="commit in items" class="stage-event-item"> <li v-for="commit in items" class="stage-event-item">
......
...@@ -284,7 +284,11 @@ ...@@ -284,7 +284,11 @@
.events-description { .events-description {
line-height: 65px; 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