File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22 <Context :tabs =" [$t('cab.tab.context')]" >
33 <template v-if =" appStore .tab .context === 0 " >
44 <img v-if =" context" :src =" `data:image/png;base64, ${context}`" class =" cab-context-topology" />
5- <h1 v-else >Pas de contexte </h1 >
5+ <h1 v-else >{{ $t('cab.tab.nocontext') }} </h1 >
66 </template >
77 <Notification
88 :card =" appStore.card('PowerGrid')"
Original file line number Diff line number Diff line change 3434 "cab.status.notifications" : " Notifications" ,
3535 "cab.status.requests" : " Requests" ,
3636 "cab.tab.context" : " Context" ,
37+ "cab.tab.nocontext" : " No context available" ,
3738 "cab.tab.dependencies" : " Dependencies" ,
3839 "cab.tab.graph" : " Graph" ,
3940 "cab.tab.map" : " Map" ,
Original file line number Diff line number Diff line change 3434 "cab.status.notifications" : " Notifications" ,
3535 "cab.status.requests" : " Requêtes" ,
3636 "cab.tab.context" : " Contexte" ,
37+ "cab.tab.nocontext" : " Aucun contexte disponible" ,
3738 "cab.tab.graph" : " Graphe" ,
3839 "cab.tab.map" : " Carte" ,
3940 "cab.tab.network" : " Réseau" ,
You can’t perform that action at this time.
0 commit comments