Remove numerical order on image name
-
Dear guy,
I don’t want to show these numbers when creating a new image
Please support me how to remove it.
Thanks!
-
@nkduy1508 I don’t understand what you mean?
The numbers you’re seeing are the ID of the image in question, which is useful to know about for associating images during the registration process.
-
@nkduy1508 said in Remove numerical order on image name:
Dear guy,
I don’t want to show these numbers when creating a new image
Please support me how to remove it.
Thanks!
Hi,
I want to remove these id numbers and don’t want it show when create a image
thanks!
-
@nkduy1508 You can either use Greasemonkey or other plugins to hide the IDs.
Or you can manually edit the PHP code (
/var/www/fog/lib/pages/imagemanagementpage.class.php
on your local filesystem) to remove the ID. Though the later will be gone when you update your FOG install. -