Skip to content

Commit

Permalink
Fix layout issue; update UCMDB in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Man, Shuo committed Jul 16, 2016
1 parent 6018cf5 commit 22814e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 3 additions & 6 deletions docs/hpe.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,13 @@ code {
color: #900;
}

@media (min-width: 768px) {
@media (max-width: 1000px) {
.container {
width: auto;
}
}

@media (max-width: 800px) {
.nav>li>a {
padding-left: 12px;
padding-right: 13px;
padding-left: 10px;
padding-right: 10px;
}
}

Expand Down
11 changes: 8 additions & 3 deletions docs/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After you install AM Browser service and AM REST service, you need to create you

Then, configure the following sections of the `am-browser-config.properties` file.

### AM Browser
### AM Browser service

The [node] section contains the settings of the AM Browser service, it should resemble the following.

Expand All @@ -24,7 +24,7 @@ enable_csrf = true

`port` and `https_port` are AM Browser service port. `session_max_age` is AM Browser server session timeout minutes. `enable_csrf` is a toggle for anti-csrf function.

### AM REST
### AM REST service

The [rest] section contains the settings of the AM REST service for AM Browser, it should resemble the following.

Expand All @@ -41,7 +41,7 @@ version = /v1

> You do not need to change `base` and `version`.
### Roles
### AM Browser Roles

AM Browser has 3 user roles configured in the `am-browser-config.properties` file: Admin, Power User and Guest.

Expand Down Expand Up @@ -74,6 +74,11 @@ port =
```

### UCMDB
AM Browser has 2 features related to UCMDB, reference Features/Adapter chapter.

- Monitor Adapter
- UCMDB Browser


```
[ucmdb]
Expand Down

0 comments on commit 22814e3

Please sign in to comment.