Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-137-gbeebea0 ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 13 Dec 2013 12:06:14 -0800
From: [email protected]
Subject: [Netdot-devel] [SCM] Netdot branch netdot-1.0 updated.
netdot-1.0.4-137-gbeebea0
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Netdot".
The branch, netdot-1.0 has been updated
via beebea05d3601ece2445e0864e817ef520fa4d30 (commit)
from bf727fe9d79554bb66bf0869067f8afe617a510c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit beebea05d3601ece2445e0864e817ef520fa4d30
Author: Carlos Vicente <[email protected]>
Date: Fri Dec 13 15:06:08 2013 -0500
Small Correction
diff --git a/htdocs/management/ip.html b/htdocs/management/ip.html
index 13043be..60ac862 100644
--- a/htdocs/management/ip.html
+++ b/htdocs/management/ip.html
@@ -1266,7 +1266,7 @@ if ( $o->status->name eq 'Subnet' ){
################
# Created, Modified
-push (@field_headers, "First Created", "Last Modified");
+push (@field_headers, "First Seen", "Last Seen");
my %createdtmp = $ui->form_field(object=>$o, column=>'first_seen', edit=>0);
my %modtmp = $ui->form_field(object=>$o, column=>'last_seen', edit=>0);
push( @cell_data, $createdtmp{'value'}, $modtmp{'value'} );
-----------------------------------------------------------------------
Summary of changes:
htdocs/management/ip.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Netdot
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 81, Issue 5
*******************************************