Oscar Zambotti
Oscar Zambotti
I think that the URL for the default file is wrong, maybe is necessary to remove the first slash in line 71: '/i18n/resources-locale_default.js' has to be 'i18n/resources-locale_default.js'
Component CvGrid is missing the index.js so the normal import of CvGrid, CvColumn and CvRow doesn't work installing the package ## Steps to reproduce the issue 1. Install @carbon/vue 2....
refs #1045 The hook can be implemented in multiple ways. For example: Add to **run.php** ```php $this->provideHook('Icingadb/CustomVarsRetriever', 'ExampleCustomVarsRetriever'); ``` **ExampleCustomVarsRetriever.php** ```php
I'd like to include some custom variables by default when searching in Overview sections. For example, when I search Hosts by default the included columns are `name_ci` and `display_name`. I'd...