Commit 0d52537 1 parent 9429fcc commit 0d52537 Copy full SHA for 0d52537
File tree 1 file changed +16
-0
lines changed
web-ui/src/main/resources/catalog/views/default/templates/recordView
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,22 @@ <h3 data-translate="">metadataLanguage</h3>
25
25
</ div >
26
26
</ div >
27
27
28
+
29
+ < div data-ng-if ="mdView.current.record.standardName "
30
+ class ="gn-margin-bottom flex-row ">
31
+ < span class ="badge badge-rounded " title ="{{'documentStandard' | translate}} ">
32
+ < i class ="fa fa-fw fa-certificate "> </ i >
33
+ </ span >
34
+ < div >
35
+ < h3 data-translate =""> documentStandard</ h3 >
36
+ < p >
37
+ {{mdView.current.record.standardName}}
38
+ < span data-ng-if ="mdView.current.record.standardVersion "> ({{mdView.current.record.standardVersion}})</ span >
39
+ </ p >
40
+ </ div >
41
+ </ div >
42
+
43
+
28
44
< div class ="gn-margin-bottom ">
29
45
< span class ="badge badge-rounded " title ="{{'sourceCatalog' | translate}} ">
30
46
< i class ="fa fa-fw fa-cloud "> </ i >
You can’t perform that action at this time.
0 commit comments