-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implemented pending_commands table and associated functionality added "Delete All" button to table editor pages fixed bug where log and events table is not properly cleaned fixed bug where the frontend gui could not handle trend mappings to servers that don't exist
- Loading branch information
Showing
17 changed files
with
1,183 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<extension version="1"> | ||
<name>PostgreSQL_Connect</name> | ||
<description>Periodically synchronizes operators, add-ons, and specified trends with an external PostgreSQL database.</description> | ||
<version>0.5.8</version> | ||
<version>0.5.9.1</version> | ||
<vendor>Automatic Controls Equipment Systems, Inc.</vendor> | ||
<system-menu-provider>aces.webctrl.postgresql.web.SystemMenuEditor</system-menu-provider> | ||
</extension> |
Oops, something went wrong.