[PR #33] [MERGED] Dev #265

Closed
opened 2026-03-04 01:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/33
Author: @lts-po
Created: 6/21/2022
Status: Merged
Merged: 6/21/2022
Merged by: @lts-po

Base: pfwHead: dev


📝 Commits (10+)

📊 Changes

24 files changed (+753 additions, -636 deletions)

View changed files

📝 frontend/src/components/Auth/AuthTokenList.js (+57 -25)
📝 frontend/src/components/DNS/DNSBlocklist.js (+136 -130)
📝 frontend/src/components/DNS/DNSLogHistoryList.js (+121 -119)
📝 frontend/src/components/DNS/DNSLogList.js (+65 -43)
📝 frontend/src/components/DNS/DNSOverrideList.js (+78 -74)
📝 frontend/src/components/Devices/DeviceListing.js (+1 -1)
📝 frontend/src/components/Firewall/BlockList.js (+69 -47)
📝 frontend/src/components/Firewall/ForwardList.js (+84 -64)
📝 frontend/src/components/Flow/FlowList.js (+1 -1)
📝 frontend/src/components/Groups/GroupListing.js (+1 -1)
📝 frontend/src/components/ModalConfirm.js (+5 -5)
📝 frontend/src/components/ModalForm.js (+4 -4)
📝 frontend/src/components/Plugins/PluginList.js (+51 -51)
📝 frontend/src/components/Traffic/TimeSeries.js (+1 -1)
📝 frontend/src/components/Wireguard/PeerList.js (+49 -42)
📝 frontend/src/components/Wireguard/WireguardAddPeer.js (+2 -2)
📝 frontend/src/components/Wireguard/WireguardConfig.js (+5 -5)
📝 frontend/src/layouts/Admin.js (+1 -1)
📝 frontend/src/views/DNS/DynDns.js (+1 -1)
📝 frontend/src/views/Devices/Arp.js (+4 -3)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/33 **Author:** [@lts-po](https://github.com/lts-po) **Created:** 6/21/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@lts-po](https://github.com/lts-po) **Base:** `pfw` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9bc514f`](https://github.com/spr-networks/super/commit/9bc514f5c958b9bc500f81de1da92caac6ac5d7a) [ui] fix mobile view. pad x 4 - [`32bea5c`](https://github.com/spr-networks/super/commit/32bea5ca324f21d7f4bd366ef3c49a8d785d12e1) [ui] fix mobile view. titles, headers - [`705d49d`](https://github.com/spr-networks/super/commit/705d49d7186123f74822da80585a13e54f38441f) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`604f12f`](https://github.com/spr-networks/super/commit/604f12f534ded08b85e647f22e949dc94f51699f) [ui] breakout title from cards/box - [`3a2801b`](https://github.com/spr-networks/super/commit/3a2801bffb3c6b153d17f346d2a421fbe09ab391) [ui] add buttons if lists are empty in cards/box - [`3ec1c9c`](https://github.com/spr-networks/super/commit/3ec1c9c2befca2b5bac78515d25d40900bff7ea5) [ui] add buttons if lists are empty in cards/box - [`fbdedc2`](https://github.com/spr-networks/super/commit/fbdedc2d855ee75c215187093e2ada75d896982e) [ui] add buttons if lists are empty in cards/box - [`863f191`](https://github.com/spr-networks/super/commit/863f19109b7980a31676d2d0a8faf7b51b72e278) [ui] add buttons if lists are empty in cards/box - [`c1a6b37`](https://github.com/spr-networks/super/commit/c1a6b37be256d1ca60a282c9b577f55731390d85) [ui] add buttons if lists are empty in cards/box - [`3ac1a2d`](https://github.com/spr-networks/super/commit/3ac1a2d365aa8ea540651a6ea435c5d534565fba) [ui] config in text component ### 📊 Changes **24 files changed** (+753 additions, -636 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Auth/AuthTokenList.js` (+57 -25) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+136 -130) 📝 `frontend/src/components/DNS/DNSLogHistoryList.js` (+121 -119) 📝 `frontend/src/components/DNS/DNSLogList.js` (+65 -43) 📝 `frontend/src/components/DNS/DNSOverrideList.js` (+78 -74) 📝 `frontend/src/components/Devices/DeviceListing.js` (+1 -1) 📝 `frontend/src/components/Firewall/BlockList.js` (+69 -47) 📝 `frontend/src/components/Firewall/ForwardList.js` (+84 -64) 📝 `frontend/src/components/Flow/FlowList.js` (+1 -1) 📝 `frontend/src/components/Groups/GroupListing.js` (+1 -1) 📝 `frontend/src/components/ModalConfirm.js` (+5 -5) 📝 `frontend/src/components/ModalForm.js` (+4 -4) 📝 `frontend/src/components/Plugins/PluginList.js` (+51 -51) 📝 `frontend/src/components/Traffic/TimeSeries.js` (+1 -1) 📝 `frontend/src/components/Wireguard/PeerList.js` (+49 -42) 📝 `frontend/src/components/Wireguard/WireguardAddPeer.js` (+2 -2) 📝 `frontend/src/components/Wireguard/WireguardConfig.js` (+5 -5) 📝 `frontend/src/layouts/Admin.js` (+1 -1) 📝 `frontend/src/views/DNS/DynDns.js` (+1 -1) 📝 `frontend/src/views/Devices/Arp.js` (+4 -3) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:35:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#265
No description provided.