UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
7dfb7556
Commit
7dfb7556
authored
3 years ago
by
daniel.cushman
Browse files
Options
Downloads
Patches
Plain Diff
BULL-609
parent
fee9583f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/cATO.vue
+20
-18
20 additions, 18 deletions
src/views/cATO.vue
with
20 additions
and
18 deletions
src/views/cATO.vue
+
20
−
18
View file @
7dfb7556
...
...
@@ -12,8 +12,8 @@
<div
class=
"col-md-4"
>
<img
class=
"img-fluid mt-2 mb-3"
src=
"@/assets/images/
CyberSecurity/CS_Dependencies_Icon
.png"
alt=
"
Dependencies
Icon"
src=
"@/assets/images/
cATO/Trust
.png"
alt=
"
Trust
Icon"
/>
<h4>
TRUST
</h4>
<p>
...
...
@@ -24,8 +24,8 @@
<div
class=
"col-md-4"
>
<img
class=
"img-fluid mt-2 mb-3"
src=
"@/assets/images/
CyberSecurity/CS_Warning_Ic
on.png"
alt=
"
Warning
Icon"
src=
"@/assets/images/
cATO/Risk_Determinati
on.png"
alt=
"
Risk
Icon"
/>
<h4>
RISK DETERMINATION
</h4>
<p>
...
...
@@ -37,8 +37,8 @@
<div
class=
"col-md-4"
>
<img
class=
"img-fluid mt-2 mb-3"
src=
"@/assets/images/
CyberSecurity/CS_Innovation_Icon
.png"
alt=
"
Dependencies
Icon"
src=
"@/assets/images/
cATO/Secure
.png"
alt=
"
Secure
Icon"
/>
<h4>
SECURE
</h4>
<p>
...
...
@@ -86,7 +86,7 @@
<v-card>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<
img/
>
<
CATOProcess
>
</div>
<div
class=
"col-md-4"
>
<h4
class=
"md-6"
>
cATO PROCESS
</h4>
...
...
@@ -178,6 +178,7 @@
import
PageHeader
from
"
@/components/PageHeader
"
;
import
Wave
from
"
@/components/Wave
"
;
import
VueEasyLightbox
from
"
vue-easy-lightbox
"
;
import
cATO_Process
from
"
../assets/images/cATO/cATO_Process.png
"
;
export
default
{
name
:
"
cATO
"
,
...
...
@@ -185,6 +186,7 @@ export default {
PageHeader
,
Wave
,
VueEasyLightbox
,
},
methods
:
{
showImg
(
index
)
{
...
...
@@ -197,17 +199,17 @@ export default {
getImageUrl
(
filename
)
{
return
require
(
`@/assets/images/
${
filename
}
`
);
},
//
},
//
data: function() {
//
return {
//
lifecycle: Lifecycle
,
//
// lightbox state
//
lightbox: {
//
visible: false,
//
index: 0, // default: 0
//
imgs: [require("@/assets/images/
CyberSecurity/Lifecycle.sv
g")],
//
},
//
};
},
data
:
function
()
{
return
{
CATOProcess
:
cATO_Process
,
// lightbox state
lightbox
:
{
visible
:
false
,
index
:
0
,
// default: 0
imgs
:
[
require
(
"
@/assets/images/
cATO/cATO_Process.pn
g
"
)],
},
};
},
};
</
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment