mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: ACL: Mention the ACL object name along with the corresponding libvirt object name
It's not trivial to figure out the ACL object name from our documentation. Add it above the table outlining existing permissions. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
0b69e2b995
commit
c9ee6f1d57
@ -91,7 +91,7 @@ for obj in sorted(perms.keys()):
|
||||
objname = obj.lower().replace("_", "-")
|
||||
olink = "object_" + objname
|
||||
|
||||
print(' <h3><a id="%s">%s</a></h3>' % (olink, klass))
|
||||
print(' <h3><a id="%s"><code>%s</code> - %s</a></h3>' % (olink, objname, klass))
|
||||
print(' <table>')
|
||||
print(' <thead>')
|
||||
print(' <tr>')
|
||||
|
Loading…
Reference in New Issue
Block a user