I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
2011/5/30 Tyron Madlener tyronx@gmail.com:
I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
All links fit with 1440px wide screens (unless you are root and see all tabs, then you need 1600px). I think moving all these tabs deeper into navigation structure is pointless.
While Processes can go there (they are related to server's current, live status), Variables, Engines and Charsets are about global configuration and don't change during server's operation. I think they should stay where they are now.
2011/5/30 Piotr Przybylski piotr.prz@gmail.com:
2011/5/30 Tyron Madlener tyronx@gmail.com:
I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
All links fit with 1440px wide screens (unless you are root and see all tabs, then you need 1600px). I think moving all these tabs deeper into navigation structure is pointless.
While Processes can go there (they are related to server's current, live status), Variables, Engines and Charsets are about global configuration and don't change during server's operation. I think they should stay where they are now.
Processes could go to the status page, but this would have to be well communicated. I think this page is used quite often, so moving it to another tab will cause confusion.
IMO, the Variables, Engines and Charsets page are used less frequently, at least I don't check them that much. I think they make a better candidate to be grouped together in a 'Configuration' (or another name) tab, to make room in the tab bar.
Replication doesn't belong in this group and should still be available as a separate tab.
Kind regards,
Dieter
-- Regards, Piotr Przybylski
vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Mon, 30 May 2011 14:58:59 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
Processes could go to the status page, but this would have to be well communicated. I think this page is used quite often, so moving it to another tab will cause confusion.
You're right here, disappearing tab might cause some confusion here.
IMO, the Variables, Engines and Charsets page are used less frequently, at least I don't check them that much. I think they make a better candidate to be grouped together in a 'Configuration' (or another name) tab, to make room in the tab bar.
Indeed these are not much used. But moving them to end of menu is IMHO better idea than to group them together...
Replication doesn't belong in this group and should still be available as a separate tab.
Indeed.
Le 2011-05-31 04:06, Michal Čihař a écrit :
Hi
Dne Mon, 30 May 2011 14:58:59 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
Processes could go to the status page, but this would have to be well communicated. I think this page is used quite often, so moving it to another tab will cause confusion.
You're right here, disappearing tab might cause some confusion here.
IMO, the Variables, Engines and Charsets page are used less frequently, at least I don't check them that much. I think they make a better candidate to be grouped together in a 'Configuration' (or another name) tab, to make room in the tab bar.
Indeed these are not much used. But moving them to end of menu is IMHO better idea than to group them together...
Done.
Replication doesn't belong in this group and should still be available as a separate tab.
Indeed.
On Tue, May 31, 2011 at 12:33 PM, Marc Delisle marc@infomarc.info wrote:
Le 2011-05-31 04:06, Michal Čihař a écrit :
Hi
Dne Mon, 30 May 2011 14:58:59 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
Processes could go to the status page, but this would have to be well communicated. I think this page is used quite often, so moving it to another tab will cause confusion.
You're right here, disappearing tab might cause some confusion here.
IMO, the Variables, Engines and Charsets page are used less frequently, at least I don't check them that much. I think they make a better candidate to be grouped together in a 'Configuration' (or another name) tab, to make room in the tab bar.
Indeed these are not much used. But moving them to end of menu is IMHO better idea than to group them together...
Done.
Just got a merge conflict while trying to merge back from master and found some oddity. In your commit you removed the link to the binary log. Was that on purpose?
Commitdiff on repo.or.cz: http://repo.or.cz/w/phpmyadmin.git/blobdiff/80701c70cf5ab0d78d05a24060c5c356...
Replication doesn't belong in this group and should still be available as a separate tab.
Indeed.
-- Marc Delisle http://infomarc.info
Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Mon, 6 Jun 2011 14:23:06 +0200 Tyron Madlener tyronx@gmail.com napsal(a):
Just got a merge conflict while trying to merge back from master and found some oddity. In your commit you removed the link to the binary log. Was that on purpose?
It's just moved as well, it's removed in one place and added further in the code.
On Mon, Jun 6, 2011 at 2:25 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Mon, 6 Jun 2011 14:23:06 +0200 Tyron Madlener tyronx@gmail.com napsal(a):
Just got a merge conflict while trying to merge back from master and found some oddity. In your commit you removed the link to the binary log. Was that on purpose?
It's just moved as well, it's removed in one place and added further in the code.
Oh, right. Must've overlooked that.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Tue, May 31, 2011 at 10:06 AM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Mon, 30 May 2011 14:58:59 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
Processes could go to the status page, but this would have to be well communicated. I think this page is used quite often, so moving it to another tab will cause confusion.
You're right here, disappearing tab might cause some confusion here.
Yea, having only the processes tab disappear into "Server traffic" is pretty misleading. hm. If I don't find a clever naming for this I will revert my this again in my repos.
IMO, the Variables, Engines and Charsets page are used less frequently, at least I don't check them that much. I think they make a better candidate to be grouped together in a 'Configuration' (or another name) tab, to make room in the tab bar.
Indeed these are not much used. But moving them to end of menu is IMHO better idea than to group them together...
Replication doesn't belong in this group and should still be available as a separate tab.
Indeed.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Tyron Madlener a écrit :
I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
Why not simply move the rarely used menu tabs to the right side?
2011/5/30 Marc Delisle marc@infomarc.info:
Tyron Madlener a écrit :
I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
Why not simply move the rarely used menu tabs to the right side?
Yes, if there are any issues with them (have we got any reports about cluttered menu?) this would be the best solution.
On Mon, May 30, 2011 at 3:10 PM, Marc Delisle marc@infomarc.info wrote:
Tyron Madlener a écrit :
I'd like to merge some of the server pages, so that we have a smaller menu and less links ending up in the 'More' tab.
What I have done already is put the processes table into the status page as it fits very well into the server traffic (jquery-)tab. And secondly I would merge together Engines, Charsets, Replication and Variables into a (jquery-)tab-separated page named "Configuration"
Since an average user rarely requires the information supplied on those pages I think it is a good idea to free up the space in the menu bar. Any objections on this? :)
Why not simply move the rarely used menu tabs to the right side?
Yea, thats also a solution. Though, the processes I would still put together as it's such a nice fit.. Traffic - Connections - Processes. Also I'm about to implement some realtime charting for connections and processes (into the same chart).
All links fit with 1440px wide screens (unless you are root and see all tabs, then you need 1600px). I think moving all these tabs deeper into navigation structure is pointless.
Well, as for me I am currently working on a ThinkPad X61s where I got a res of 1024x768 and here I have 6 pages grouped into the 'More'-Menu. Most of the small notebooks still got a small resolution.
-- Marc Delisle http://infomarc.info
vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel