index: a few more links, some styling

This commit is contained in:
Thomas Gelf 2016-02-18 00:52:22 +01:00
parent 2d29421521
commit e9e30da625
2 changed files with 10 additions and 2 deletions

View File

@ -92,8 +92,11 @@ $all = array(
array('lock-open-alt', $this->translate('Api users'), 'director/apiusers', statSummary($this, 'apiuser')),
array('wrench', $this->translate('Deployment'), 'director/list/deploymentlog', $this->translate('Manage deployments, access audit log and history')),
),
$this->translate('Data') => array(
array('database', $this->translate('Sync / Import'), 'director/list/importsource', ''),
$this->translate('Do more with your data') => array(
array('database', $this->translate('Import data sources'), 'director/list/importsource', $this->translate('Define and manage imports from various data sources')),
array('flapping', $this->translate('Synchronize'), 'director/list/importsource', $this->translate('Define how imported data should be synchronized with Icinga')),
array('sort-name-up', $this->translate('Provide data lists'), 'director/list/datalist', $this->translate('Provide data lists to make life easier for your users')),
array('edit', $this->translate('Define data fields'), 'director/list/datafield', $this->translate('Data fields make sure that configuration fits your rules')),
)
);
?>

View File

@ -151,6 +151,7 @@ ul.main-actions {
padding: 0;
clear: both;
width: 24%;
min-width: 16em;
vertical-align: top;
margin: 0 0.5% 0.5% 0;
@ -173,6 +174,8 @@ ul.main-actions {
text-decoration: none;
height: 10em;
overflow: hidden;
&:hover {
background-color: #666;
color: white;
@ -191,6 +194,7 @@ ul.main-actions {
li {
width: 32%;
margin: 0 1% 1% 0;
a { height: 12em; }
}
}
@ -198,6 +202,7 @@ ul.main-actions {
li {
width: 30%;
margin: 0 0.5% 0.5% 0;
a { height: 12em; }
}
}