We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d8f15 commit 3b61345Copy full SHA for 3b61345
_layouts/xenapi.html
@@ -4,7 +4,7 @@
4
5
{{ content }}
6
7
-<h2>XenAPI Fields and Functions</h2>
+<h2>XenAPI Fields and Messages</h2>
8
9
<h3>Fields</h3>
10
@@ -23,10 +23,10 @@ <h3>Fields</h3>
23
{% endfor %}
24
</table>
25
26
-<h3>Functions</h3>
+<h3>Messages</h3>
27
28
<table>
29
- <tr><th>Function name</th><th>Description</th></tr>
+ <tr><th>Message name</th><th>Description</th></tr>
30
{% for c in site.data.xenapi %}
31
{% assign class = c.name %}
32
{% assign messages = c.messages | where:"tag",page.xenapi_tag | sort: "name" %}
0 commit comments