improvement: table headers for options list

This commit is contained in:
Zach Daniel 2022-07-25 22:17:39 -04:00
parent eb613ebb5c
commit c6416d1c37

View file

@ -185,6 +185,12 @@ defmodule AshHqWeb.Pages.Docs do
Options Options
</h3> </h3>
<table> <table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Doc</th>
<th>Links</th>
</tr>
{#for %{argument_index: nil} = option <- @options} {#for %{argument_index: nil} = option <- @options}
<tr id={Routes.sanitize_name(option.name)}> <tr id={Routes.sanitize_name(option.name)}>
<td> <td>