Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions HelpScripts/MakeReleasePackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ if(-not (Test-Path "$ScriptFolder/Releases/BigIPReport-$Version.zip")){
}
}

if(Test-Path "$ScriptFolder/underlay/index.html"){
"Remove temp files from `"underlay`""
Break
}

#Add version to the file in order to allow users to store multiple versions without overwriting them
Move-Item "$ScriptFolder/bigipreport.ps1" "$ScriptFolder/bigipreport-$version.ps1"

Expand Down
Binary file added Releases/BigIPReport-5.4.5.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions bigipreport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@
# 5.4.4 2020-09-24 Fix token fails to patch on devices without valid cert Patrik Jonsson No
# Token valid for a longer period
# Using web session instead of supplying credentials every time
# 5.4.5 2020-09-24 Fix bug where data group lists did not load Patrik Jonsson No
# Token valid for a longer period
# Using web session instead of supplying credentials every time
#
# This script generates a report of the LTM configuration on F5 BigIP's.
# It started out as pet project to help co-workers know which traffic goes where but grew.
Expand Down
2 changes: 1 addition & 1 deletion bigipreportconfig.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--Leave the version information intact-->
<Settings version="5.4.4">
<Settings version="5.4.5">

<!--
***************************************************************************
Expand Down
1 change: 1 addition & 0 deletions js-src/bigipreport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ window.addEventListener('load', function () {
window['togglePool'] = togglePool;
window['togglePoolHighlight'] = togglePoolHighlight;
window['showVirtualServerDetails'] = showVirtualServerDetails;
window['showDataGroupDetails'] = showDataGroupDetails;
window['showiRuleDetails'] = showiRuleDetails;
window['siteData'] = siteData;

Expand Down
1 change: 1 addition & 0 deletions underlay/js/MemberPolling/IPollingResponse.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IASMPolicy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/ICertificate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IDataGroup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IDeviceGroup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IIrule.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IKnowndevice.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/ILoadbalancer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/ILoggedErrors.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IMemberStates.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IMonitor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/INAT.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IPool.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IPreferences.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/SiteDataInterfaces/IVirtualServer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
1 change: 1 addition & 0 deletions underlay/js/bigipreport.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ window.addEventListener('load', function () {
window['togglePool'] = togglePool;
window['togglePoolHighlight'] = togglePoolHighlight;
window['showVirtualServerDetails'] = showVirtualServerDetails;
window['showDataGroupDetails'] = showDataGroupDetails;
window['showiRuleDetails'] = showiRuleDetails;
window['siteData'] = siteData;
});
Expand Down