Explorar el Código

Moved vocabularies series to its own field.

Frederic G. MARAND hace 13 años
padre
commit
8afafcd9c4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      modules/munin_core/munin_core.module

+ 2 - 2
modules/munin_core/munin_core.module

@@ -95,13 +95,13 @@ function munin_core_munin_api_info() {
 
       'vocab_count' => $int + array(
         '#label'    => t('Vocabularies'),
+        '#info'     => t('Vocabularies'),
         '#type'     => MUNIN_API_GAUGE,
-        '#graph'    => 'no',
       ),
       'term_count' => $int + array(
         '#label'    => t('Terms'),
+        '#info'     => t('Total terms across all vocabularies'),
         '#type'     => MUNIN_API_GAUGE,
-        '#negative' => 'vocab_count',
       ),
     ),
   );