diff --git a/vendor_accounts.yaml b/vendor_accounts.yaml index 45328fa1c..7e25882e6 100644 --- a/vendor_accounts.yaml +++ b/vendor_accounts.yaml @@ -146,4 +146,6 @@ - name: 'Onelogin' accounts: ['842984801698'] Source: 'https://onelogin.service-now.com/kb_view_customer.do?sysparm_article=KB0010344' - +- name: 'nOps' + accounts: ['202279780353'] + source: 'https://help.nops.io/manual_setup' \ No newline at end of file diff --git a/web/icons/logos/nops.png b/web/icons/logos/nops.png new file mode 100644 index 000000000..339601a97 Binary files /dev/null and b/web/icons/logos/nops.png differ diff --git a/web/style.json b/web/style.json index 63120b085..10c25fc4f 100644 --- a/web/style.json +++ b/web/style.json @@ -732,6 +732,19 @@ "height": 100 } }, + { + "selector": "[type = \"nOps\"]", + + "css": { + "label": "", + "background-opacity": 0, + "background-image": "./icons/logos/nops.png", + "background-fit": "contain", + "background-clip": "none", + "width": 150, + "height": 100 + } + }, { "selector": "[type = \"Lacework\"]",