WUG v11 mobile browser interface

To the Ipswitch web site

Ipswitch Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


«««1234

WUG v11 mobile browser interfaceExpand / Collapse
Author
Message
Posted 5/15/2008 1:06:58 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 6/20/2008 6:53:12 PM
Posts: 77, Visits: 93
musekmkr (5/14/2008)
It doesn't look like you defined a color style for the "ok" state for handheld browsers in default.asp. As a result, all of my folders were showing up red, even though they should have been green. Thanks for sharing such a cool tool!


No, there is no background color, as I found the green a bit hard to read on the majority of the device groups. But you're right it will be necessary now, with nested groups sitting on top of each other. I'll have the file uploaded momentarily. But I'm going to make the OK color white, I still don't like that green!
Post #43848
Posted 5/18/2008 12:56:16 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/18/2008 11:07:25 AM
Posts: 5, Visits: 31
Hallo

How can I get the Device Attributes on the detail Site of a devie like  the device notes ???

Where I get the right Vaviables??

When I use this code the howl website dont work.

Thanks

Response.Write(' </ul>');
 }
Response.Write(' <h4>Device Attributes</h4>');
 Response.Write(' <div>');
 if (!oDeviceDetails.sAttributes) {
  oDeviceDetails.sAttributes = 'No device Attributes found.';
 }
 Response.Write('  ' + oDeviceDetails.sAttributes + '');
 Response.Write(' </div>');
}
%>

Post #43886
Posted 5/20/2008 6:52:04 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 6/20/2008 6:53:12 PM
Posts: 77, Visits: 93
awallner (5/18/2008)
Hallo

How can I get the Device Attributes on the detail Site of a devie like the device notes ???

Where I get the right Vaviables??

When I use this code the howl website dont work.

Thanks


The attributes are all stored separately in the database, you'll have to modify the SQL to pull them in, but you'll end up with multiple records that will need to be looped through. We don't use attributes, so I have no intention of adding them in, my employer probably wouldn't appreciate that use of my time
Post #43965
Posted 5/26/2008 4:26:21 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/25/2008 4:03:50 PM
Posts: 1, Visits: 18
Does this have the ability to show the contents of a Dynamic Group? I configured it to show the dynamic folders themselves but upon click it doesn't seem to show any contents.
Post #44104
Posted 6/9/2008 6:50:09 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 6/20/2008 6:53:12 PM
Posts: 77, Visits: 93
grinsma (5/26/2008)
Does this have the ability to show the contents of a Dynamic Group? I configured it to show the dynamic folders themselves but upon click it doesn't seem to show any contents.


Same here; I'll check into it when I get a chance. Likely the DB structure is different for dynamic groups.
Post #44447
Posted 6/16/2008 6:49:04 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 6/20/2008 6:53:12 PM
Posts: 77, Visits: 93
Devices inside dynamic groups are now displayed properly. It's a bit of a hack job, as the query has to be pulled out of the database and chopped up, so let me know if there are problems. It worked fine in my testing with the example dynamic groups and a couple of very basic ones that we use.

The only thing missing for me now is authentication. I started doing something with HTTP basic authentication but then realized that the webserver in WhatsUp won't let me use the Response.Status property from ASP. So I can't send a 401 response to the client and ask for a password. Instead, it may come down to a separate login page that sets a cookie. I had hoped to avoid another page, since things can be slow over a cell phone, but I may not have a choice. Whatever the case, it will be optional and off by default, look for it in the next few weeks.


Edit: Just made one more small tweak to the dynamic group display, should now display the name of the group properly, and handle dynamic groups with carriage returns in their queries.
Post #44663
Posted 6/19/2008 11:06:29 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: Today @ 8:10:08 AM
Posts: 4, Visits: 31
Works like a dream with V12 as well.. Great job.. My girlfriend will be so pleased.. :0)

Kind Regards

Paul Knight - MCSE, CCNA
Post #44762
Posted 6/20/2008 6:39:51 PM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 6/20/2008 6:53:12 PM
Posts: 77, Visits: 93
Yet another little fix uploaded; if a group contained devices and child groups, only the devices were being shown. This is now fixed, and child groups are shown at the top of the list.

With the exception of authentication, I think I'm about done with this -- unless anyone has any big ideas for me (that also happen to mesh with the way our company uses WhatsUp.) If so, post them here.
Post #44816
« Prev Topic | Next Topic »

«««1234

Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Mark Singh, kevin r gillis, Jason Benton, Brandon Felger, Ben Henderson, Tripp Allen, Will Sansbury, Hush, FTPplanet.com, Hugh Garber, George Dailey, WUP-PM, mmulryan@ipswitch.com, mswimm

PermissionsExpand / Collapse