Commit 7361731d authored by Illya Klymov's avatar Illya Klymov

Merge branch '230413-redesign-project-manager' into 'master'

Update design for the project manager

See merge request gitlab-org/gitlab!40365
parents 766263d7 daab99dd
...@@ -203,9 +203,16 @@ export default { ...@@ -203,9 +203,16 @@ export default {
<section class="container"> <section class="container">
<div class="row justify-content-center mt-md-4"> <div class="row justify-content-center mt-md-4">
<div class="col col-lg-7"> <div class="col col-lg-7">
<h3 class="text-3 font-weight-bold border-bottom mb-4 pb-3"> <h3 class="gl-font-lg gl-font-weight-bold gl-mt-0">
{{ s__('SecurityReports|Add or remove projects from your dashboard') }} {{ s__('SecurityReports|Monitored projects') }}
</h3> </h3>
<p class="gl-mb-4 gl-pb-3">
{{
s__(
'SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report.',
)
}}
</p>
<div class="d-flex flex-column flex-md-row"> <div class="d-flex flex-column flex-md-row">
<project-selector <project-selector
class="flex-grow mr-md-2" class="flex-grow mr-md-2"
......
...@@ -21756,7 +21756,7 @@ msgstr "" ...@@ -21756,7 +21756,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard" msgid "SecurityReports|Add a project to your dashboard"
msgstr "" msgstr ""
msgid "SecurityReports|Add or remove projects from your dashboard" msgid "SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report."
msgstr "" msgstr ""
msgid "SecurityReports|Add projects" msgid "SecurityReports|Add projects"
...@@ -21825,6 +21825,9 @@ msgstr "" ...@@ -21825,6 +21825,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code" msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr "" msgstr ""
msgid "SecurityReports|Monitored projects"
msgstr ""
msgid "SecurityReports|More info" msgid "SecurityReports|More info"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment