added switching between light/dark themes
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ angular.module('kibana.controllers', [])
|
||||
title: "",
|
||||
editable: true,
|
||||
rows: [],
|
||||
last: null
|
||||
last: null,
|
||||
style: 'dark'
|
||||
};
|
||||
|
||||
// For
|
||||
|
||||
Reference in New Issue
Block a user