Opened 15 years ago

Closed 15 years ago

#874 closed Enhancement (fixed)

Hide "plan class" column in apps.php if not needed

Reported by: Nicolas Owned by: davea
Priority: Trivial Milestone: Undetermined
Component: Web - Project Version: 6.6.20
Keywords: Cc:

Description

If a project has no GPU apps and doesn't use plan_class for any other purpose (like multithreaded apps), there is still a column "Plan class" in the application table, wasting space and possibly confusing the user.

Patch attached that removes the Plan class column if the project doesn't have any application version with a plan_class.

Attachments (2)

apps_plan_class.diff (2.6 KB) - added by Nicolas 15 years ago.
Removes "Plan class" column from apps.php HTML output if there is no app_version with a plan class, and removes <plan_class> from XML output from each app version with no plan class.
apps_readable_variables.diff (1.4 KB) - added by Nicolas 15 years ago.
Changes two local variable names to actually say what they are for. (the _f suffix stands for "formatted")

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Nicolas

Attachment: apps_plan_class.diff added

Removes "Plan class" column from apps.php HTML output if there is no app_version with a plan class, and removes <plan_class> from XML output from each app version with no plan class.

Changed 15 years ago by Nicolas

Changes two local variable names to actually say what they are for. (the _f suffix stands for "formatted")

comment:1 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [17838]) - client: another try at fixing the above crash

  • web: don't show plan class in separate column in apps list; fixes #874
Note: See TracTickets for help on using tickets.