Skip to content

Commit

Permalink
GUI backend schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Oct 19, 2022
1 parent 897fa5b commit 9c083fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/GUI/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Second Sight GUI

Second Sight GUI is currently in beta release and not all features are complete/available yet: GitHub issues can be opened to report bugs.
Second Sight GUI is currently in active development: GitHub issues can be opened to report bugs.

The GUI walkthrough is [available here](/contrib/GUI/USAGE.md)

Expand Down
3 changes: 3 additions & 0 deletions contrib/GUI/etc/secondsight.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
#
secondsight.banner = Second Sight 4.9.3

secondsight.auth.username = admin
secondsight.auth.password = admin

secondsight.f5tt.helper.address = http://f5tt:5001
secondsight.f5tt.address = http://f5tt:5000
2 changes: 2 additions & 0 deletions contrib/GUI/psql/psql-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ select
edw_salesorders.sales_order as sales_order,
'' as serial_number,
edw_customers.end_customer_name as end_customer_name,
edw_customers.id as end_customer_id,
edw_contracts.start_date as legal_contract_start_date,
edw_contracts.end_date as legal_contract_end_date,
edw_ve_hostnames.hostname as hostname,
Expand All @@ -158,6 +159,7 @@ select
edw_salesorders.sales_order as sales_order,
edw_regkeys.serial_number as serial_number,
edw_customers.end_customer_name as end_customer_name,
edw_customers.id as end_customer_id,
edw_contracts.start_date as legal_contract_start_date,
edw_contracts.end_date as legal_contract_end_date,
'' as hostname
Expand Down

0 comments on commit 9c083fe

Please sign in to comment.