Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0eeab345
Commit
0eeab345
authored
Mar 16, 2021
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update threat monitoring tab styling
parent
c2b6131a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
18 deletions
+17
-18
ee/app/assets/javascripts/threat_monitoring/components/app.vue
...p/assets/javascripts/threat_monitoring/components/app.vue
+1
-1
ee/app/assets/javascripts/threat_monitoring/components/network_policy_list.vue
...ipts/threat_monitoring/components/network_policy_list.vue
+16
-17
No files found.
ee/app/assets/javascripts/threat_monitoring/components/app.vue
View file @
0eeab345
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
</h2>
</h2>
</header>
</header>
<gl-tabs>
<gl-tabs
content-class=
"gl-pt-0"
>
<gl-tab
<gl-tab
v-if=
"showAlertsTab"
v-if=
"showAlertsTab"
:title=
"s__('ThreatMonitoring|Alerts')"
:title=
"s__('ThreatMonitoring|Alerts')"
...
...
ee/app/assets/javascripts/threat_monitoring/components/network_policy_list.vue
View file @
0eeab345
...
@@ -178,12 +178,12 @@ export default {
...
@@ -178,12 +178,12 @@ export default {
<
template
>
<
template
>
<div>
<div>
<div
class=
"mb-2"
>
<gl-alert
<gl-alert
v-if=
"hasAutoDevopsPolicy"
v-if=
"hasAutoDevopsPolicy"
data-testid=
"autodevopsAlert"
data-testid=
"autodevopsAlert"
variant=
"info"
variant=
"info"
:dismissible=
"false"
:dismissible=
"false"
class=
"gl-mb-3"
>
>
<gl-sprintf
:message=
"$options.autodevopsNoticeDescription"
>
<gl-sprintf
:message=
"$options.autodevopsNoticeDescription"
>
<template
#monospaced
="
{ content }">
<template
#monospaced
="
{ content }">
...
@@ -194,7 +194,6 @@ export default {
...
@@ -194,7 +194,6 @@ export default {
</
template
>
</
template
>
</gl-sprintf>
</gl-sprintf>
</gl-alert>
</gl-alert>
</div>
<div
class=
"pt-3 px-3 bg-gray-light"
>
<div
class=
"pt-3 px-3 bg-gray-light"
>
<div
class=
"row justify-content-between align-items-center"
>
<div
class=
"row justify-content-between align-items-center"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment