@@ -192,6 +192,10 @@ <h4 class="title">FastAdmin</h4>
192192
193193 < ul class ="nav flex-column ">
194194
195+ < li class ="nav-item ">
196+ < a class ="nav-link " href ="#v0_4_7 "> v0.4.7</ a >
197+ </ li >
198+
195199 < li class ="nav-item ">
196200 < a class ="nav-link " href ="#v0_4_6 "> v0.4.6</ a >
197201 </ li >
@@ -375,7 +379,7 @@ <h1>FastAdmin | Documentation</h1>
375379 < div class ="row ">
376380 < div class ="col-sm-6 col-lg-4 ">
377381 < ul class ="list-unstyled ">
378- < li > < strong > Version:</ strong > 0.4.6 </ li >
382+ < li > < strong > Version:</ strong > 0.4.7 </ li >
379383 < li >
380384 < strong > Author:</ strong >
381385 < a href ="mailto:vsdudakov@gmail.com " target ="_blank ">
@@ -1043,6 +1047,7 @@ <h3>Registering Models</h3>
10431047 ),
10441048 ],
10451049 tab="Analytics",
1050+ sub_tab="Sales",
10461051 title="Sales over time",
10471052 description="Line chart of sales",
10481053 width=24,
@@ -1632,6 +1637,7 @@ <h3>Registering Models</h3>
16321637 ),
16331638 ],
16341639 tab="Analytics",
1640+ sub_tab="Sales",
16351641 title="Sales over time",
16361642 description="Line chart of sales",
16371643 width=24,
@@ -2069,6 +2075,7 @@ <h3>Registering Models</h3>
20692075 ),
20702076 ],
20712077 tab="Analytics",
2078+ sub_tab="Sales",
20722079 title="Sales over time",
20732080 description="Line chart of sales",
20742081 width=24,
@@ -2553,6 +2560,7 @@ <h3>Registering Models</h3>
25532560 ),
25542561 ],
25552562 tab="Analytics",
2563+ sub_tab="Sales",
25562564 title="Sales over time",
25572565 description="Line chart of sales",
25582566 width=24,
@@ -4108,6 +4116,7 @@ <h3>Registering Inlines</h3>
41084116 ),
41094117 ],
41104118 tab="Analytics",
4119+ sub_tab="Sales",
41114120 title="Sales over time",
41124121 description="Line chart of sales",
41134122 width=24,
@@ -4697,6 +4706,7 @@ <h3>Registering Inlines</h3>
46974706 ),
46984707 ],
46994708 tab="Analytics",
4709+ sub_tab="Sales",
47004710 title="Sales over time",
47014711 description="Line chart of sales",
47024712 width=24,
@@ -5134,6 +5144,7 @@ <h3>Registering Inlines</h3>
51345144 ),
51355145 ],
51365146 tab="Analytics",
5147+ sub_tab="Sales",
51375148 title="Sales over time",
51385149 description="Line chart of sales",
51395150 width=24,
@@ -5618,6 +5629,7 @@ <h3>Registering Inlines</h3>
56185629 ),
56195630 ],
56205631 tab="Analytics",
5632+ sub_tab="Sales",
56215633 title="Sales over time",
56225634 description="Line chart of sales",
56235635 width=24,
@@ -6198,6 +6210,7 @@ <h3>Methods and Attributes</h3>
61986210 function=None,
61996211 *,
62006212 tab: str = "Default",
6213+ sub_tab: str | None = None,
62016214 title: str = "Action",
62026215 description: str | None = None,
62036216 widget_action_type: WidgetActionType = WidgetActionType.Action,
@@ -6268,6 +6281,7 @@ <h3>Methods and Attributes</h3>
62686281 wrapped.widget_action_props = widget_action_props
62696282 wrapped.widget_action_filters = widget_action_filters
62706283 wrapped.tab = tab
6284+ wrapped.sub_tab = sub_tab
62716285 wrapped.title = title
62726286 wrapped.width = width
62736287 wrapped.max_height = max_height
@@ -6515,6 +6529,49 @@ <h2>Changelog</h2>
65156529
65166530
65176531
6532+ < section id ="v0_4_7 ">
6533+ < h3 > v0.4.7</ h3 >
6534+
6535+
6536+
6537+ < p class ="text-4 ">
6538+ Add sub_tab to widget action props.
6539+ </ p >
6540+
6541+
6542+
6543+
6544+
6545+
6546+
6547+
6548+
6549+
6550+
6551+
6552+
6553+
6554+
6555+ < p class ="text-4 ">
6556+ Dark mode support.
6557+ </ p >
6558+
6559+
6560+
6561+
6562+
6563+
6564+
6565+
6566+
6567+
6568+
6569+
6570+
6571+
6572+ </ section >
6573+
6574+
65186575 < section id ="v0_4_6 ">
65196576 < h3 > v0.4.6</ h3 >
65206577
0 commit comments