File tree 4 files changed +21
-3
lines changed
assets/javascripts/profileEditor/templates
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
- profileHubVersion =4.2.1
1
+ profileHubVersion =4.2.2-SNAPSHOT
2
2
grailsVersion =5.2.4
3
3
grailsGradlePluginVersion =5.2.3
4
4
groovyVersion =3.0.11
Original file line number Diff line number Diff line change @@ -78,6 +78,15 @@ <h4 class="modal-title">Image details</h4>
78
78
< span > {{ imageMetadataCtrl.image.metadata.licence }}</ span >
79
79
</ div >
80
80
</ div >
81
+
82
+ < div class = "row margin-bottom-1 " ng-show ="imageMetadataCtrl.image.metadata.originalFileName ">
83
+ < div class ="col-sm-3 ">
84
+ < span class ="output-label "> File Name</ span >
85
+ </ div >
86
+ < div class ="col-sm-9 ">
87
+ < span > {{ imageMetadataCtrl.image.metadata.originalFileName }}</ span >
88
+ </ div >
89
+ </ div >
81
90
</ div >
82
91
83
92
< div class ="modal-footer ">
Original file line number Diff line number Diff line change 1
1
< div class ="form-horizontal ">
2
+ < div class ="form-horizontal " ng-if ="metadata.originalFileName ">
3
+ < div class ="form-group ">
4
+ < label for ="licence " class ="col-sm-3 " style ="text-align: right "> Current Image</ label >
5
+
6
+ < div class ="col-sm-9 ">
7
+ < span > {{ metadata.originalFileName }}</ span >
8
+ </ div >
9
+ </ div >
10
+ </ div >
2
11
< div class ="form-group " ng-hide ="disableSource ">
3
12
< label class ="col-sm-3 control-label "> Upload source</ label >
4
13
< div class ="col-sm-9 ">
Original file line number Diff line number Diff line change 19
19
ng-show =" !image.excluded" >
20
20
<div class =" imgCon " >
21
21
<a href =" " ng-click =" imageCtrl.showMetadata(image)" target =" _blank"
22
- ng-if =" image.thumbnailUrl" title =" View details " >
22
+ ng-if =" image.thumbnailUrl" title =" {{image.metadata.originalFileName}} " >
23
23
<img ng-src =" {{image.thumbnailUrl}}"
24
24
ng-if =" image.thumbnailUrl && image.type.name == 'OPEN'"
25
25
class =" thumbnail" />
100
100
<div class =" col-sm-4" >
101
101
<div class =" imgCon" >
102
102
<a href =" " ng-click =" imageCtrl.showMetadata(image)" target =" _blank"
103
- ng-if =" image.largeImageUrl" title =" View details " >
103
+ ng-if =" image.largeImageUrl" title =" {{image.metadata.originalFileName}} " >
104
104
<img ng-src =" {{image.largeImageUrl}}"
105
105
ng-if =" image.largeImageUrl && image.type.name == 'OPEN'"
106
106
class =" thumbnail" />
You can’t perform that action at this time.
0 commit comments