|
@@ -20,7 +20,7 @@ DEFAULT_DASHBOARD = [
|
|
|
{
|
|
{
|
|
|
'widget': 'extras.ObjectCountsWidget',
|
|
'widget': 'extras.ObjectCountsWidget',
|
|
|
'width': 4,
|
|
'width': 4,
|
|
|
- 'height': 2,
|
|
|
|
|
|
|
+ 'height': 3,
|
|
|
'title': 'Organization',
|
|
'title': 'Organization',
|
|
|
'config': {
|
|
'config': {
|
|
|
'models': [
|
|
'models': [
|
|
@@ -32,6 +32,8 @@ DEFAULT_DASHBOARD = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
'widget': 'extras.ObjectCountsWidget',
|
|
'widget': 'extras.ObjectCountsWidget',
|
|
|
|
|
+ 'width': 4,
|
|
|
|
|
+ 'height': 3,
|
|
|
'title': 'IPAM',
|
|
'title': 'IPAM',
|
|
|
'color': 'blue',
|
|
'color': 'blue',
|
|
|
'config': {
|
|
'config': {
|