This repository was archived by the owner on Jun 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ limitations under the License. -->
7575 currentEvent[eventKey.class] | dateformat
7676 }}</span >
7777 <span v-else-if =" eventKey.class === 'source'" class =" source" >
78- <div >{{ $t('currentService') }}: {{ currentEvent[eventKey.class].service }}</div >
78+ <span >{{ $t('currentService') }}: {{ currentEvent[eventKey.class].service }}</span >
7979 <div v-show =" currentEvent[eventKey.class].endpoint" >
8080 {{ $t('currentEndpoint') }}: {{ currentEvent[eventKey.class].endpoint }}
8181 </div >
Original file line number Diff line number Diff line change 4545 display : inline-block ;
4646 width : 120px ;
4747 }
48+ .source > span {
49+ display : inline-block ;
50+ }
4851 .source > div {
4952 padding-left : 120px ;
5053 }
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ limitations under the License. -->
5454 currentEvent[eventKey.class] | dateformat
5555 }}</span >
5656 <span v-else-if =" eventKey.class === 'source'" class =" source" >
57- <div >{{ $t('currentService') }}: {{ currentEvent[eventKey.class].service }}</div >
57+ <span >{{ $t('currentService') }}: {{ currentEvent[eventKey.class].service }}</span >
5858 <div v-show =" currentEvent[eventKey.class].endpoint" >
5959 {{ $t('currentEndpoint') }}: {{ currentEvent[eventKey.class].endpoint }}
6060 </div >
You can’t perform that action at this time.
0 commit comments