Para quitar el cartelito...

http://forum.proxmox.com/threads/15987-HOWTO-Remove-popup-regarding-subscription-on-login?p=82385

-------------------------------------------------

You will need SSH access to the Proxmox host with the required access to edit the *pvemanagerlib.js* file.

First, take a backup of the file:

cp /usr/share/pve-manager/ext4/pvemanagerlib.js 
/usr/share/pve-manager/ext4/pvemanagerlib.js_BKP

Then open the file using a text editor, *vi* for example.

vi /usr/share/pve-manager/ext4/pvemanagerlib.js

Currently on line 450 of the file, however it may change with future updates, there is a line similar to below;

if (data.status !== 'Active') {

This line is doing the check to see if your subscription status is not *'Active'*. This needs to be changed to return false to stop the subscription message from being shown.

if (false) {

And that annoying little popup will be a thing of the past!

/Note: You may need to clear your web browser cache after applying this code change./

----------------------

Saludos, P.

El 10/12/13 13:08, Jessy Vidal escribió:
Alguien sabe como quitarle el cartelito bien pesao a partir de la 3.1 cada vez q uno hace un login You do not have a valid subscription for this server. Please visit www.proxmox.com <http://www.proxmox.com/products/proxmox-ve/subscription-service-plans> to get a list of available options. y otra cosa desactivar el repo de enterprise.proxmox.com q no sale en el source.list





_______________________________________________________________
Instituto Cubano del Arte e Industria Cinematográficos - ICAIC
**Visite, Visit** http://www.cubacine.cu

--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: 
<http://listas.jovenclub.cu/pipermail/gutl-l/attachments/20131210/fe01574f/attachment.html>
______________________________________________________________________
Lista de correos del Grupo de Usuarios de Tecnologías Libres de Cuba.
Gutl-l@jovenclub.cu
https://listas.jovenclub.cu/cgi-bin/mailman/listinfo/gutl-l

Responder a