Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fcc297cc
authored
Aug 02, 2022
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#23509 Отключение получения и обновления списка условий ретаргетинга/аудиторий
1 parent
32fbf630
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
resources/js/Pages/Tokens/Edit.vue
resources/js/Pages/Tokens/Edit.vue
View file @
fcc297c
...
...
@@ -23,13 +23,17 @@
</select-input>
<text-input
v-model=
"form.limit_to_run"
:error=
"form.errors.limit_to_run"
type=
"number"
class=
"pr-6 pb-8 w-full"
label=
"Минимум баллов для синхронизации"
/>
<input
:checked=
"form.allow_retargeting_load"
@
change=
"onToggleAllowRetargetingLoad"
type=
"checkbox"
class=
"mt-1"
id=
"allow_retargeting_load"
<input
v-if=
"form.type === 'main'"
:checked=
"form.allow_retargeting_load"
@
change=
"onToggleAllowRetargetingLoad"
type=
"checkbox"
class=
"mt-1"
id=
"allow_retargeting_load"
>
<label
class=
"ml-1"
for=
"allow_retargeting_load"
>
Обновление списка условий ретаргетинга/аудиторий
</label>
<label
v-if=
"form.type === 'main'"
class=
"ml-1"
for=
"allow_retargeting_load"
>
Обновление списка условий ретаргетинга/аудиторий
</label>
</div>
<div
class=
"px-8 py-4 bg-gray-50 border-t border-gray-100 flex items-center"
>
<button
class=
"text-red-600 hover:underline"
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment