Skip to content

Commit 4df1a4f

Browse files
authored
docs faq & hyperion-user-access minor fix (#1350)
1 parent d212da1 commit 4df1a4f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/FAQs/devtron-troubleshoot.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,30 +106,39 @@ If using Firefox -
106106
1. Goto login page of Devtron and open inspect.
107107
2. Navigate to storage tab in inspect.
108108
3. Click on url where Devtron has been installed under `Cookies` tab and you could see an argocd token with its value, something similar to below image.
109+
109110
![inspect-cookies](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/devtron-troubleshooting/argocd-cookie.png)
111+
110112
4. Now right click on token, and click on `Delete All Session Cookies` option.
111113

112114
If using Chrome -
113115
1. Goto login page of Devtron and open inspect.
114116
2. Navigate to Application tab, and under `Storage` tab click on `Cookies`.
115117
3. Click on url under `Cookie` and you would be able tto see an argocd token with its value, as shown in the image below.
118+
116119
![chrome-cookie](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/devtron-troubleshooting/chrome-cookie.png)
120+
117121
4. Now right click on token and click on `delete` option.
118122

119123
If using Safari -
120124
1. Goto Safari preferences >> Advanced options and check the show develop menu as shown in the image below.
125+
121126
![safari-preferences](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/devtron-troubleshooting/safari-preferences.png)
127+
122128
2. Now goto login page of Devtron and press `option+command+I`. It will open inspect element.
123129
3. Then navigate to `Storage`, click on `Cookies` and you would be able to see an argocd token with its value as shown in the image below.
130+
124131
![safari-cookie](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/devtron-troubleshooting/safari-cookie.png)
132+
125133
4. Now right click on token and select `delete` option.
126134

127135
After clearing `Cookies`, try again to login, you should be able to login now.
128136

129137

130138
#### 7. No charts found in Charts Discover Section
131139

132-
In the Devtron's Discover Chart section, if you are not able to see any charts available, goto `Global Configuration` >> `Chart Repositories` and click on `Refresh Chart` at the top-right as shown in the image below. After clicking the button, it might take 4-5mins to show all the charts in `Discover` section depending upon the chart repositories added.
140+
In the Devtron's Discover Chart section, if you are not able to see any charts available, goto `Global Configuration` >> `Chart Repositories` and click on `Refresh Chart` at the top-right as shown in the image below. After clicking the button, it might take 4-5mins to show all the charts in `Discover` section depending upon the chart repositories added.
141+
133142
![charts-not-found](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/devtron-troubleshooting/refresh-charts.png)
134143

135144

docs/hyperion/user-guide/global-configurations/user-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Devtron supports 4 levels of access
2020
|Admin| Yes | Yes | Yes | Yes | Yes |
2121
|Super Admin| Yes | Yes | Yes | Yes | Yes |
2222
<br/>
23-
## Visualize using access table (Charts)
2423

24+
## Visualize using access table (Charts)
2525
| Access Level | View Charts | Install Charts | Edit Charts | Delete Charts |
2626
|--|--|--|--|--|
2727
| View | Yes | No | No | No|

0 commit comments

Comments
 (0)