Руководство По Установке для Cisco Cisco Virtual Managed Services 2.0

Скачать
Страница из 18
color: #FFF;
}
//to change the font sizes and position of the login header
#login h1 {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 75px;
font-weight: 100;
}
// for making css changes to the left navigation menu, the location of the file
is
ui/client/app/css/nav.scss
and each class is explained below
//to adjust the position,width and height of the left navigation menu
#nav {
width: 193px;
height: 100%;
position: fixed;
}
//to change the background gradient color of the left menu
.left-nav {
background: transparent linear-gradient(to bottom, #00BAFF 10%, #5A1991 90%)
repeat scroll 0% 0%;
}
//for adjusting the position of the navigation icons
#nav .nav-icon {
display: inline-block;
font-family: Light,Helvetica Neue,Helvetica,Arial,sans-serif;
width: 25px;
position: relative;
}
//for changing the font-size and display of navigation elements
#nav .nav-text {
font-family: Light,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 16px;
}
To update the price for a service, offer, or device, use the appropriate API in this page -
<ipaddress>/consume/apidocs/index.html.
How can I modify a service or service offer label?
Step 1
Log in to the Inception Virtual Machine (VM).
Step 2
Go to a specific micro service folder (for example, administration - for resource strings) and open the manifest.yaml
file.
Step 3
Locate the variable RESOURCE_FILE_PATH that specifies the location of the resource string files and modify the
resource string values in DefaultResource_consume_en_US.txt file. To find the resource key that you want to modify,
you can check the and serviceoffering database tables.
Step 4
Restart all micro services, starting with the Administration micro service.
In the Options column under the service table of a resource file, you can change the tool tip or hint.
To update pricing for Service, Offer, or Device, you can use the APIs available in
Consume—http://<host>:<port>/consume/apidocs/index.html
Note
   Cisco Virtual Managed Services 2.2 Service Interface Administration and Operation Guide
14
Appendix
How can I modify a service or service offer label?