mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 18:57:01 +00:00
Markup changes to support VISTA About Dialog (#2375)
This commit is contained in:
parent
f601ab03e7
commit
38a875395f
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div class="c-about c-about--splash">
|
||||
<div v-if="branding.aboutHtml" class="s-text l-content" v-html="branding.aboutHtml"></div>
|
||||
<div v-else class="c-about__image c-splash-image"></div>
|
||||
<div v-if="!branding.aboutHtml" class="c-about__image c-splash-image"></div>
|
||||
|
||||
<div class="c-about__text s-text">
|
||||
<div v-if="branding.aboutHtml" class="s-text l-content" v-html="branding.aboutHtml"></div>
|
||||
<h1 class="l-title s-title">Open MCT</h1>
|
||||
<div class="l-description s-description">
|
||||
<p>Open MCT, Copyright © 2014-2019, United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All rights reserved.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user