1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

remove types from ip pools

closes #24
هذا الالتزام موجود في:
Adam Cooke
2017-04-28 16:40:53 +01:00
الأصل 88974cee85
التزام 698b580db4
10 ملفات معدلة مع 14 إضافات و29 حذوفات

عرض الملف

@@ -4,9 +4,6 @@
.fieldSet__field
= f.label :name, :class => 'fieldSet__label'
.fieldSet__input= f.text_field :name, :autofocus => true, :class => 'input input--text'
.fieldSet__field
= f.label :type, :class => 'fieldSet__label'
.fieldSet__input= f.select :type, IPPool::TYPES, {}, :class => 'input input--select'
- if @ip_pool.persisted?
%table.dataTable.u-margin-half