2846 - Added title property to descriptor name
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
e2db0d5742
commit
f889e7942b
|
@ -32,7 +32,7 @@
|
|||
<div ng-transclude="before"></div>
|
||||
<div class="body">
|
||||
<div class="top">
|
||||
<h5>{{$ctrl.description}}</h5>
|
||||
<h5 title="{{$ctrl.description}}">{{$ctrl.description}}</h5>
|
||||
<div>
|
||||
{{$ctrl.descriptor.id | id}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue