summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/sdc-app
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Change popup delay time and rename it's "cancel" to "OK" button.Maciej Malewski2-2/+2
2021-01-28 @media only all and (prefers-color-scheme: dark) { .highlight .hll { background-color: #49483e } .highlight .c { color: #75715e } /* Comment */ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .k { color: #66d9ef } /* Keyword */ .highlight .l { color: #ae81ff } /* Literal */ .highlight .n { color: #f8f8f2 } /* Name */ .highlight .o { color: #f92672 } /* Operator */ .highlight .p { color: #f8f8f2 } /* Punctuation */ .highlight .ch { color: #75715e } /* Comment.Hashbang */ .highlight .cm { color: #75715e } /* Comment.Multiline */ .highlight .cp { color: #75715e } /* Comment.Preproc */ .highlight .cpf { color: #75715e } /* Comment.PreprocFile */ .highlight .c1 { color: #75715e } /* Comment.Single */ .highlight .cs { color: #75715e } /* Comment.Special */ .highlight .gd { color: #f92672 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gi { color: #a6e22e } /* Generic.Inserted */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #75715e } /* Generic.Subheading */ .highlight .kc { color: #66d9ef } /* Keyword.Constant */ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */ .highlight .kn { color: #f92672 } /* Keyword.Namespace */ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */ .highlight .kt { color: #66d9ef } /* Keyword.Type */ .highlight .ld { color: #e6db74 } /* Literal.Date */ .highlight .m { color: #ae81ff } /* Literal.Number */ .highlight .s { color: #e6db74 } /* Literal.String */ .highlight .na { color: #a6e22e } /* Name.Attribute */ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */ .highlight .nc { color: #a6e22e } /* Name.Class */ .highlight .no { color: #66d9ef } /* Name.Constant */ .highlight .nd { color: #a6e22e } /* Name.Decorator */ .highlight .ni { color: #f8f8f2 } /* Name.Entity */ .highlight .ne { color: #a6e22e } /* Name.Exception */ .highlight .nf { color: #a6e22e } /* Name.Function */ .highlight .nl { color: #f8f8f2 } /* Name.Label */ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */ .highlight .nx { color: #a6e22e } /* Name.Other */ .highlight .py { color: #f8f8f2 } /* Name.Property */ .highlight .nt { color: #f92672 } /* Name.Tag */ .highlight .nv { color: #f8f8f2 } /* Name.Variable */ .highlight .ow { color: #f92672 } /* Operator.Word */ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */ .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */ .highlight .sa { color: #e6db74 } /* Literal.String.Affix */ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */ .highlight .sc { color: #e6db74 } /* Literal.String.Char */ .highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */ .highlight .se { color: #ae81ff } /* Literal.String.Escape */ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */ .highlight .sx { color: #e6db74 } /* Literal.String.Other */ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #a6e22e } /* Name.Function.Magic */ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ } @media (prefers-color-scheme: light) { .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color37-53/+43
2019-04-10VSP Compliance Check for Compute FlavorVodafone4-87/+211
2019-04-04Make Cassandra port configurable add defaults.Tal Gitelman1-1/+1
2019-03-25List of Input Parameters for VSP: FEVodafone21-4/+1846
2019-02-11react 16 upgradeEinav Weiss Keidar88-1349/+1432
2018-12-03keyMirror with namespacesvishnev39-324/+467
2018-11-05license fixsvishnev1-8/+8
2018-11-04chache result in onboardingYarin Dekel14-81/+154
2018-10-31FE removed condition for nfc when manualYarin Dekel1-16/+12
2018-10-21vendor view issues fixsvishnev6-125/+119
2018-10-16Add worker to onboard notificationMalek2-25/+39
2018-10-14EP & LKG sorting fixsvishnev2-7/+18
2018-10-14Fix draft license versionMalek1-4/+7
2018-09-12Display VLM Entities Order by namesvishnev8-124/+181
2018-08-29unused code removedsvishnev4-159/+0
201
7ebcd1c8a5491763ceaa2237?s=13&d=retro' />svishnev1-2/+21 2018-07-18ui loop fixsvishnev2-8/+12 2018-07-16test-id to archive btnsvishnev1-0/+1 2018-07-08webpack 4 upgradeEinav Weiss Keidar2-2/+2 2018-07-03archive fix & archive/filter toggle removedsvishnev14-863/+82 2018-07-01archive flow styling fixessvishnev4-29/+75 2018-06-13Fix for nfcparameters in component questionnairesheetalm2-27/+34 2018-05-30removed fields from LA EP and LKGArielk15-312/+72 2018-05-24Healing process flow integrationsvishnev8-37/+99 2018-05-24vendor item issue fixsvishnev2-9/+18 2018-05-23sort version lists by version nameArielk3-15/+14 2018-05-22viewer can archive fixsvishnev1-7/+11 2018-05-09nic creation issue fixsvishnev3-36/+56 2018-05-08component function validation fixsvishnev1-1/+1 2018-05-08filter bug fixingsvishnev3-8/+15 2018-04-30Integrate VNF Repository in Beijing releaseMurali-P11-24/+706 2018-04-30dependency for VSP creation fixsvishnev1-2/+3 2018-04-30image editor disabled fields fixsvishnev3-6/+2 2018-04-30revert submit fixsvishnev1-0/+1 2018-04-30error message fixsvishnev2-4/+3 2018-04-23validation btn & validation screen fixsvishnev1-2/+9 2018-04-22attachment page navigation fixsvishnev6-54/+47 2018-04-17sdc-ui buttons fixsvishnev5-11/+21 2018-04-15Onboarding filtersvishnev35-334/+1376 2018-03-21components navigation issue fixsvishnev1-71/+73 2018-03-20Adding Prettier and fixing up eslint versionEinav Weiss Keidar321-18331/+27564