From dc403877870dbacd7ee1abe2376a52d0828a29ab Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Mon, 28 Apr 2025 00:46:14 +0300 Subject: feat: operations controller + pages --- src/main/resources/templates/operations.html | 100 +++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/main/resources/templates/operations.html (limited to 'src/main/resources/templates/operations.html') diff --git a/src/main/resources/templates/operations.html b/src/main/resources/templates/operations.html new file mode 100644 index 0000000..e310992 --- /dev/null +++ b/src/main/resources/templates/operations.html @@ -0,0 +1,100 @@ + + +
+ + +
+ +
+
+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Фильтры
Тип + +
Статус + +
Включает товар с названием + +
Партнер (название) + +
+
+ + + + + + + + + + + + + + + + + + + + + +
ТипПартнерСтатус
Данному фильтру не удовлетворяет ни одной операции.
+ + + + + + + + + +
+
+ +
+
+ + \ No newline at end of file -- cgit mrf-deployment