<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FOG web interface tuning]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">/var/www/html/fog/management/index.php</p>
<p dir="auto">Please include following code in the end of the file - to make the fog menu buttons provide better UX. So that if clicked on menu item, lets say hosts, then all hosts will be shown, instead of clicking on menu button and then list all hosts.</p>
<p dir="auto">if (isset($_REQUEST[‘node’]) &amp;&amp; $_REQUEST[‘node’] === ‘host’ &amp;&amp; empty($_REQUEST[‘sub’])) {<br />
header(‘Location: index.php?node=host&amp;sub=list’);<br />
exit;<br />
}</p>
<p dir="auto">if (isset($_REQUEST[‘node’]) &amp;&amp; $_REQUEST[‘node’] === ‘image’ &amp;&amp; empty($_REQUEST[‘sub’])) {<br />
header(‘Location: index.php?node=image&amp;sub=list’);<br />
exit;<br />
}</p>
<p dir="auto">if (isset($_REQUEST[‘node’]) &amp;&amp; $_REQUEST[‘node’] === ‘user’ &amp;&amp; empty($_REQUEST[‘sub’])) {<br />
header(‘Location: index.php?node=user&amp;sub=list’);<br />
exit;<br />
}</p>
<p dir="auto">if (isset($_REQUEST[‘node’]) &amp;&amp; $_REQUEST[‘node’] === ‘group’ &amp;&amp; empty($_REQUEST[‘sub’])) {<br />
header(‘Location: index.php?node=group&amp;sub=list’);<br />
exit;<br />
}</p>
]]></description><link>http://forums.fogproject.org/topic/18153/fog-web-interface-tuning</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 13:38:13 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18153.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Apr 2026 09:02:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FOG web interface tuning on Thu, 16 Apr 2026 10:28:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49466">@heix75</a> No.</p>
<p dir="auto">Not because it’s not a QOL improvement (it is) but because what you see in 1.5.x.x is NOT what is the end goal.</p>
<p dir="auto">If you want to see what the UX is moving toward install the version of FOG on working-1.6.</p>
<p dir="auto">You’ll understand (I hope), then, why I’m saying this.</p>
]]></description><link>http://forums.fogproject.org/post/158052</link><guid isPermaLink="true">http://forums.fogproject.org/post/158052</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 16 Apr 2026 10:28:46 GMT</pubDate></item></channel></rss>