You've already forked netbox-proxmox-power-button
6 lines
305 B
Python
6 lines
305 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2026 Bryan Joshua Pedini
|
|
# This plugin defines no models of its own — it extends core VirtualMachine and
|
|
# Cluster via custom fields (created in migrations/0001_initial.py) and enforces
|
|
# per-cluster VMID uniqueness via a signal (signals.py).
|