forked from spr-networks/super
-
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.
UI Fixes & more dns names #patch (spr-networks#242)
* [packet_logs] Implement dns cache for IP Src/Dst mapping * [api] Populate traffic with dns cache * [build] Run image builds on github * [build] Fix typo for unmount script * [installer] add cloud-guest dep * [ui] Add SrcDomain/DstDomain to traffic list * [docs] Add release note on domains * [ui] bytes == b * [ui] size sm/xs * [ui] DeviceItem * [ui] hide scrollbar * [ui] style generic for protocol * [ui] unique and better names for devices * [ui] fix layout * [ui] Fix Date Picker vs UTC * [ui] Improve firewall hints * [ui] Dont disappear date picker when list is empty * [superd] reload the compose whitelist on the fly * [api] Add tag support for lan_upstream on interfaces * [ui] Add support for tags for custom interface rules * [base] Remove docker0 from fwd_iface_lan by default * [ui] Prepopulate interface names from docker where it makes sense * [ui] add size * [ui] add size * [ui] remove cypress * [ui] fix alert * [ui] set icon and color style for devices * [ui] fix mobile * [build] update release info about container tags * [ui] Fix mock for updated contatainer interface rules * [ui] Fix dockernets mock * [ui] skip alert for now * [ui] fix space * [ui] add device * [ui] set height on web - force use of ScrollView * [ui] ScrollView * [ui] height * [ui] show less if simpleView * [ui] add padding * [ui] force prismjs bump * [api] Add missing release notes * [build] Attempt force-rebuild for main branch * [ui] nuke react native syntax highlighter * [ui] remover stray import * [doc] Update notes * [build] Fix iso runners for ubuntu-latest --------- Co-authored-by: lts-po <[email protected]>
- Loading branch information
Showing
8 changed files
with
67 additions
and
225 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
|
||
jobs: | ||
build_iso: | ||
runs-on: ubuntu | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out the repo | ||
|
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
Oops, something went wrong.