diff --git a/src/components/domains/UrlList.vue b/src/components/domains/UrlList.vue index 8f3f290..4070fb6 100644 --- a/src/components/domains/UrlList.vue +++ b/src/components/domains/UrlList.vue @@ -73,7 +73,7 @@ h2 { 🌪️️ {{ $t("domain.urllist.button.discover_subdomains") }} ⬆️ {{ $t("domain.urllist.button.upload") }} - + @@ -121,13 +121,13 @@ import DomainTable from "@/components/domains/DomainTable.vue"; import autorefresh from '@/components/autorefresh.vue' import Probe from '@/components/probe.vue' import DiscoverSubdomains from "@/components/domains/list/DiscoverSubdomainsModal.vue"; -import SubdomainDiscovery from "@/components/domains/list/WwwDiscovery.vue"; +import WwwDiscovery from "@/components/domains/list/WwwDiscovery.vue"; import { dashboardStore } from '@/dashboardStore' export default { components: { - SubdomainDiscovery, + WwwDiscovery, DiscoverSubdomains, DomainTable, diff --git a/src/components/domains/list/AddDomainsModal.vue b/src/components/domains/list/AddDomainsModal.vue index acc1d3b..c187c9d 100644 --- a/src/components/domains/list/AddDomainsModal.vue +++ b/src/components/domains/list/AddDomainsModal.vue @@ -54,19 +54,19 @@ - {{ $t("domain.list.add-domains.cancel") }} - - + {{ $t("domain.list.add-domains.ok") }} - + {{ $t("domain.list.add-domains.loading") }} + + {{ $t("domain.list.add-domains.cancel") }} diff --git a/src/components/domains/list/WwwDiscovery.vue b/src/components/domains/list/WwwDiscovery.vue index 0db9257..68d331e 100644 --- a/src/components/domains/list/WwwDiscovery.vue +++ b/src/components/domains/list/WwwDiscovery.vue @@ -7,7 +7,7 @@ 🔎 {{ $t("domain.www-discovery.scanning-done-click-reload") }} - + 🔎 {{ $t("domain.www-discovery.find-www-subdomains") }} {{ $t("domain.www-discovery.last-scan-finished") }} @@ -17,7 +17,8 @@ {{ $t("domain.www-discovery.finding-www-subdomains") }} - + + @@ -45,7 +46,7 @@ export default { domains_discovered: {}, success_while_visible: false, - visible: false, + modal_visible: false, } }, beforeDestroy() { @@ -56,13 +57,20 @@ export default { }, mounted() { // todo: recheck every minute or so until the state is finished|error|cancelled - // note: do not automatically reload lists as a side effect, might be annoying when someones edits just disappear. + // note: do not automatically reload lists as a aside effect, might be annoying when someones edits just disappear. this.status() }, computed: { is_scanning() {return ['requested', 'scanning'].includes(this.state)} }, methods: { + make_visible() { + this.modal_visible = true; + this.modal_visible = true; + this.modal_visible = true; + this.modal_visible_2 = "true"; + console.log('show modal'); + }, reset() { this.state = 'finished'; this.state_message = ''; @@ -85,6 +93,7 @@ export default { this.reset() this.status() this.visible = true; + console.log('tada') }, status() { this.loading = true; diff --git a/src/components/domains/list/WwwDiscoveryModal.vue b/src/components/domains/list/WwwDiscoveryModal.vue index c09f6e5..41ee181 100644 --- a/src/components/domains/list/WwwDiscoveryModal.vue +++ b/src/components/domains/list/WwwDiscoveryModal.vue @@ -1,6 +1,7 @@ - + + {{ $t("domain.www-discovery-modal.title") }} {{ $t("domain.www-discovery-modal.message") }} @@ -8,17 +9,16 @@ {{ $t("domain.www-discovery-modal.cancel") }} - {{ $t("domain.www-discovery-modal.ok") }} + {{ $t("domain.www-discovery-modal.ok") }}
{{ $t("domain.www-discovery-modal.message") }}