diff --git a/interface/web/dashboard/dashlets/templates/quota.htm b/interface/web/dashboard/dashlets/templates/quota.htm
index fe006c2087e20852abd0a0889c6cd5452aa2abda..6014467e806453728842d0b501d55d2e5f048b4a 100644
--- a/interface/web/dashboard/dashlets/templates/quota.htm
+++ b/interface/web/dashboard/dashlets/templates/quota.htm
@@ -12,7 +12,7 @@
 		<tbody>
 			<tmpl_loop name='quota'>
 				<tr>
-					<td>{tmpl_var name='domain'}</td>
+					<td><a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='domain_id'}" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{tmpl_var name='domain'}">{tmpl_var name='domain'}</a></td>
 					<td>{tmpl_var name='used'}</td>
 					<td>{tmpl_var name='soft'}</td>
 					<td>{tmpl_var name='hard'}</td>