Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Jun 30, 2023
1 parent d2d9061 commit 7b80ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/storage/ZFCPDiskForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* find current contact information at www.suse.com.
*/

// cspell:ignore wwpns

import React, { useEffect, useState } from "react";
import {
Alert,
Expand Down
2 changes: 2 additions & 0 deletions web/src/components/storage/ZFCPPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* find current contact information at www.suse.com.
*/

// cspell:ignore wwpns npiv

import React, { useCallback, useEffect, useReducer, useState } from "react";
import { useNavigate } from "react-router-dom";
import { Button, Skeleton, Toolbar, ToolbarContent, ToolbarItem } from "@patternfly/react-core";
Expand Down

0 comments on commit 7b80ff6

Please sign in to comment.