openhab-cloud icon indicating copy to clipboard operation
openhab-cloud copied to clipboard

No icons on My Applications (own hosted cloud)

Open combatistor opened this issue 4 years ago • 0 comments

Hi, I wanted to know if it was possible to show what kind of applications registered in my own cloud. This is what I get: OH-cloud When I use the developper tools on the console I get a Failed to load resource: the server responded with a status of 403 (Forbidden) on https://myOwnOHCloud/img/oauth2/ But my server has access to this folder. When I check the source code of the page it seems the icon is not pointing anywere:

<table class="table">
	<thead>
	<tr><th>Authorized at</th><th>Application</th><th>Description</th><th></th></tr>
	</thead>
	
	<tr>
		<td>
			Today at 3:36 PM
		</td>
		<td>
			<a href=""><img style="height: 24px;" src="/img/oauth2/">&nbsp;</a>
		</td>
		<td>
			
		</td>
		<td>
			<a href="/applications/5f323c7fe140700669084152/delete"><i class="icon-trash"></i></a>
		</td>
	</tr>
	
	<tr>
		<td>
			Today at 3:56 PM
		</td>
		<td>
			<a href=""><img style="height: 24px;" src="/img/oauth2/">&nbsp;</a>
		</td>
		<td>
			
		</td>
		<td>
			<a href="/applications/5f3241223ec3c506932817ac/delete"><i class="icon-trash"></i></a>
		</td>
	</tr>
	
	<tr>
		<td>
			Today at 3:57 PM
		</td>
		<td>
			<a href=""><img style="height: 24px;" src="/img/oauth2/">&nbsp;</a>
		</td>
		<td>
			
		</td>
		<td>
			<a href="/applications/5f3241723ec3c506932817ae/delete"><i class="icon-trash"></i></a>
		</td>
	</tr>
	
</table>

Any Ideas?

combatistor avatar Aug 11 '20 09:08 combatistor