@@ -3,22 +3,35 @@ title: "Customizing Device42"
33sidebar_position : 8
44---
55
6- You can customize certain aspects of the Device42 look-and feel...
6+ import ThemedImage from ' @theme/ThemedImage'
7+ import useBaseUrl from ' @docusaurus/useBaseUrl'
78
8- Navigate to Tools >> Settings >> Global Settings
9+ You can add your logo and a message to the login screen of your Device42 instance.
910
10- At the bottom of the page, you will see two options.. .
11+ Navigate to ** Tools > Settings > Global Settings ** and scroll down to the ** Login screen ** section .
1112
12- ![ customization.png] ( /assets/images/2015-10-10-customization.png )
13+ <ThemedImage
14+ alt = " Global Settings – Login screen section"
15+ sources = { {
16+ light: useBaseUrl (' /assets/images/customizing-device42/global-settings-login-screen-light.png' ),
17+ dark: useBaseUrl (' /assets/images/customizing-device42/global-settings-login-screen-dark.png' ),
18+ }}
19+ />
1320
14- ### Add your company logo to Device42
21+ ### Add Your Company Logo to Device42
1522
16- If you upload a logo, it will replace the Device42 logo on the login screen and through the application on the menu bar next to the user name.. .
23+ If you upload a logo, it will replace the Device42 logo on the login screen.
1724
18- ![ customization.png] ( /assets/images/2015-10-10-customization-2.png )
25+ <ThemedImage
26+ alt = " Device42 login screen with custom logo"
27+ sources = { {
28+ light: useBaseUrl (' /assets/images/customizing-device42/logo-login-light.png' ),
29+ dark: useBaseUrl (' /assets/images/customizing-device42/logo-login-dark.png' ),
30+ }}
31+ />
1932
20- ### Add user instructions to the login page
33+ ### Add User Instructions to the Login Page
2134
22- If you upload user instructions they will appear on the login page as shown below.. .
35+ If you upload user instructions, they will appear on the login page.
2336
2437![ customization.png] ( /assets/images/2015-10-10-customization-3.png )
0 commit comments